Firefox start on blank page instead of a homepage
This commit is contained in:
parent
570efd117f
commit
14eb501ad8
|
@ -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";
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue