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 @@
{
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";
}

View file

@ -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";
}

View file

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