all repos — nixfiles @ 7ebecc0f9ba39299a58b5002792744a28200c227

System and user configuration, managed by nix and home-manager

Remove chromium
Alan Pearce alan@alanpearce.eu
Wed, 19 Jun 2019 17:05:54 +0200
commit

7ebecc0f9ba39299a58b5002792744a28200c227

parent

dad40027a898b7254f4c6a3da6272dc5ab70f912

4 files changed, 1 insertions(+), 46 deletions(-)

jump to
M marvin.nixmarvin.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.nixmodules/development/base.nix
@@ -14,6 +14,7 @@     ag
     ripgrep
 
+    firefox-devedition-bin
     httpie
     jq
 
M modules/satoshipay.nixmodules/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.nixprefect.nix
@@ -28,10 +28,6 @@ ./modules/programs/shell.nix     ./modules/services/syncthing.nix
   ];
 
-  environment.systemPackages = with pkgs; [
-    chromium
-  ];
-
   networking = {
     hostName = "prefect";
     domain = "alanpearce.eu";