diff --git a/hosts/Ronin/configuration.nix b/hosts/Ronin/configuration.nix index 3c10d7ee..b29eecab 100644 --- a/hosts/Ronin/configuration.nix +++ b/hosts/Ronin/configuration.nix @@ -1,4 +1,8 @@ -{pkgs, ...}: { +{ + lib, + pkgs, + ... +}: { # Setup keyfile boot.initrd.secrets = {"/crypto_keyfile.bin" = null;}; @@ -12,4 +16,5 @@ ''; systemPackages = with pkgs; [openfortivpn samba nomachine-client]; }; + programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk"; } diff --git a/hosts/Scorch/configuration.nix b/hosts/Scorch/configuration.nix index 8a61b39c..875a3b9a 100644 --- a/hosts/Scorch/configuration.nix +++ b/hosts/Scorch/configuration.nix @@ -1,4 +1,8 @@ -{pkgs, ...}: { +{ + lib, + pkgs, + ... +}: { boot.loader.efi.efiSysMountPoint = "/boot/efi"; # Setup keyfile @@ -14,4 +18,5 @@ ''; systemPackages = with pkgs; [openfortivpn samba nomachine-client]; }; + programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk"; } diff --git a/system/firefox.nix b/system/firefox.nix index 24e021f7..6df0ee70 100644 --- a/system/firefox.nix +++ b/system/firefox.nix @@ -78,7 +78,6 @@ HardwareAcceleration = true; Homepage = { URL = "https://nixos.wiki"; - Additional = ["https://wiki.archlinux.org"]; Locked = true; StartPage = "homepage-locked"; }; @@ -200,7 +199,7 @@ Locked = true; }; SearchBar = "unified"; - ShowHomeButton = false; + ShowHomeButton = true; StartDownloadsInTempDirectory = true; }; };