Firefox start on blank page instead of a homepage

This commit is contained in:
Evie Litherland-Smith 2024-03-22 10:08:58 +00:00
parent 570efd117f
commit 14eb501ad8
3 changed files with 3 additions and 14 deletions

View file

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
lib,
pkgs,
...
}: {
# Setup keyfile # Setup keyfile
boot.initrd.secrets = {"/crypto_keyfile.bin" = null;}; boot.initrd.secrets = {"/crypto_keyfile.bin" = null;};
@ -17,5 +13,4 @@
systemPackages = with pkgs; [openfortivpn samba]; systemPackages = with pkgs; [openfortivpn samba];
}; };
services.ollama.enable = true; services.ollama.enable = true;
programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk";
} }

View file

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
lib,
pkgs,
...
}: {
boot.loader.efi.efiSysMountPoint = "/boot/efi"; boot.loader.efi.efiSysMountPoint = "/boot/efi";
# Setup keyfile # Setup keyfile
@ -19,5 +15,4 @@
systemPackages = with pkgs; [openfortivpn samba]; systemPackages = with pkgs; [openfortivpn samba];
}; };
services.ollama.enable = true; services.ollama.enable = true;
programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk";
} }

View file

@ -75,9 +75,8 @@
}; };
HardwareAcceleration = true; HardwareAcceleration = true;
Homepage = { Homepage = {
URL = "https://nixos.wiki";
Locked = true; Locked = true;
StartPage = "homepage-locked"; StartPage = "none";
}; };
ManagedBookmarks = [ ManagedBookmarks = [
# TODO update these # TODO update these