Remove chromium
Alan Pearce alan@alanpearce.eu
Wed, 19 Jun 2019 17:05:54 +0200
4 files changed, 1 insertions(+), 46 deletions(-)
M marvin.nix → marvin.nix
@@ -29,10 +29,6 @@ ./modules/programs/shell.nix ./modules/services/syncthing.nix ]; - environment.systemPackages = with pkgs; [ - chromium - ]; - networking = { hostName = "marvin"; domain = "alanpearce.eu";
M modules/development/base.nix → modules/development/base.nix
@@ -14,6 +14,7 @@ ag ripgrep + firefox-devedition-bin httpie jq
M modules/satoshipay.nix → modules/satoshipay.nix
@@ -16,48 +16,10 @@ }; nixpkgs.config.allowUnfree = true; - programs.chromium = { - enable = true; - extensions = [ - "cjpalhdlnbpafiamejdnhcphjbkeiagm" # ublock origin - "aeblfdkhhhdcdjpifhhbdiojplfjncoa" # 1password x - ]; - homepageLocation = "about:blank"; - defaultSearchProviderSearchURL = "https://duckduckgo.com/?q={searchTerms}"; - defaultSearchProviderSuggestURL = "https://duckduckgo.com/ac/?q={searchTerms}&type=list"; - # https://www.chromium.org/administrators/policy-list-3 - extraOpts = { - BlockThirdPartyCookies = true; - CookiesBlockedForUrls = [ - "[*.]smartlock.google.com" - "[*.]mediumSmartLockSigninAllowed.com" - ]; - SyncDisabled = true; - BuiltInDnsClientEnabled = false; - BrowserSignin = 0; - EasyUnlockAllowed = false; - EnableMediaRouter = false; - CloudPrintProxyEnabled = false; - CloudPrintSubmitEnabled = false; - SafeBrowsingEnabled = false; - RestoreOnStartup = 1; # Restore last session - AlwaysOpenPdfExternally = true; - BrowserNetworkTimeQueriesEnabled = false; - NotificationsAllowedForUrls = [ - "gitlab.satoshipay.tech" - "calendar.google.com" - ]; - NotificationsBlockedForUrls = [ - "[.*]reddit.com" - ]; - }; - }; - environment.systemPackages = with pkgs; [ awscli caddy openssl - chromium docker_compose mongodb-tools pgadmin
M prefect.nix → prefect.nix
@@ -28,10 +28,6 @@ ./modules/programs/shell.nix ./modules/services/syncthing.nix ]; - environment.systemPackages = with pkgs; [ - chromium - ]; - networking = { hostName = "prefect"; domain = "alanpearce.eu";