Firefox start on blank page instead of a homepage
This commit is contained in:
parent
570efd117f
commit
14eb501ad8
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -75,9 +75,8 @@
|
|||
};
|
||||
HardwareAcceleration = true;
|
||||
Homepage = {
|
||||
URL = "https://nixos.wiki";
|
||||
Locked = true;
|
||||
StartPage = "homepage-locked";
|
||||
StartPage = "none";
|
||||
};
|
||||
ManagedBookmarks = [
|
||||
# TODO update these
|
||||
|
|
Loading…
Reference in a new issue