diff --git a/hosts/Ronin/configuration.nix b/hosts/Ronin/configuration.nix index 620f50a3..3e2b7b42 100644 --- a/hosts/Ronin/configuration.nix +++ b/hosts/Ronin/configuration.nix @@ -1,8 +1,4 @@ -{ - lib, - pkgs, - ... -}: { +{pkgs, ...}: { # Setup keyfile boot.initrd.secrets = {"/crypto_keyfile.bin" = null;}; @@ -17,5 +13,4 @@ systemPackages = with pkgs; [openfortivpn samba]; }; services.ollama.enable = true; - programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk"; } diff --git a/hosts/Scorch/configuration.nix b/hosts/Scorch/configuration.nix index ccaa1c88..f89629fd 100644 --- a/hosts/Scorch/configuration.nix +++ b/hosts/Scorch/configuration.nix @@ -1,8 +1,4 @@ -{ - lib, - pkgs, - ... -}: { +{pkgs, ...}: { boot.loader.efi.efiSysMountPoint = "/boot/efi"; # Setup keyfile @@ -19,5 +15,4 @@ systemPackages = with pkgs; [openfortivpn samba]; }; services.ollama.enable = true; - programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk"; } diff --git a/system/firefox.nix b/system/firefox.nix index d06d5e6d..1f189871 100644 --- a/system/firefox.nix +++ b/system/firefox.nix @@ -75,9 +75,8 @@ }; HardwareAcceleration = true; Homepage = { - URL = "https://nixos.wiki"; Locked = true; - StartPage = "homepage-locked"; + StartPage = "none"; }; ManagedBookmarks = [ # TODO update these