diff --git a/home-manager/firefox/config/privacy.nix b/home-manager/firefox/config/privacy.nix index a6c2d30..f3c3474 100644 --- a/home-manager/firefox/config/privacy.nix +++ b/home-manager/firefox/config/privacy.nix @@ -57,14 +57,14 @@ # Load the pages displayed on the new tab page in a private container when # creating thumbnails. "privacy.usercontext.about_newtab_segregation.enabled" = true; - # Disable WebGL + # Disable WebGL (override: enabled, to make those websites work.) # Disables the WebGL function, to prevent (ab)use the full power of the graphics # card (http://www.uniquemachine.org/">fingerprinting with WebGL. Another # issue is, that websites can ssh-ed25519 DCzi1A LrkyZ8axOcdIB+uaATOmn785EzMzTvhujhcSxmBx8kE +E57IVdAOTIt1TWeyBYsHembim1YPKRxJYDQTNiPhIGI +-> ssh-ed25519 lNJElA Y1jcFIXsCN0/s6xiLCLhQQhrc0N5Acpmv5K9xIYu42k +WrhmfkCpLL4e+QhFwFICeH5BZDUQOOk4WyFoYnGbcVU +--- LIVAI67ZG/+WLYki2A3HEmf6HMaLMZiAiDhgQYoWxdA +>cT{cR~\.k;$9m-s7>Z]ېI62 BԱ~0.-0}j݊0JeIaH(wƪjG4>FM.t bSÆ \ No newline at end of file diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 436d94a..0293e48 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -35,4 +35,5 @@ in "plausible-keybase.age".publicKeys = [ adam-site kop ]; "adminarea.age".publicKeys = [ adam-site kop ]; "radicale.age".publicKeys = [ mini-pc mini-pc-proxmox kop ]; + "binary-cache.age".publicKeys = [ kop amd-server ]; } diff --git a/systems/amd-server/configuration.nix b/systems/amd-server/configuration.nix index b8fc557..a5bb336 100644 --- a/systems/amd-server/configuration.nix +++ b/systems/amd-server/configuration.nix @@ -9,6 +9,7 @@ ./hardware-configuration.nix ../../modules/kernel.nix ../../modules/services/ssh.nix + ../../modules/services/nix-cache.nix ]; custom = { diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index 705a6f8..133f551 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -134,6 +134,14 @@ #} ]; + # https://github.com/NixOS/nixpkgs/blob/master/lib/systems/architectures.nix + nix.settings.system-features = ["znver3" "gccarch-znver3" ]; + nixpkgs.hostPlatform = { + gcc.arch = "znver3"; + gcc.tune = "znver3"; + system = "x86_64-linux"; + }; + # fix index services.xserver.extraConfig = '' Section "Monitor"