Set firefox home page to nucleus on work machines
Enable home button again
This commit is contained in:
parent
5e4e5e870d
commit
61a5aa813a
|
@ -1,4 +1,8 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
# Setup keyfile
|
# Setup keyfile
|
||||||
boot.initrd.secrets = {"/crypto_keyfile.bin" = null;};
|
boot.initrd.secrets = {"/crypto_keyfile.bin" = null;};
|
||||||
|
|
||||||
|
@ -12,4 +16,5 @@
|
||||||
'';
|
'';
|
||||||
systemPackages = with pkgs; [openfortivpn samba nomachine-client];
|
systemPackages = with pkgs; [openfortivpn samba nomachine-client];
|
||||||
};
|
};
|
||||||
|
programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||||
|
|
||||||
# Setup keyfile
|
# Setup keyfile
|
||||||
|
@ -14,4 +18,5 @@
|
||||||
'';
|
'';
|
||||||
systemPackages = with pkgs; [openfortivpn samba nomachine-client];
|
systemPackages = with pkgs; [openfortivpn samba nomachine-client];
|
||||||
};
|
};
|
||||||
|
programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk";
|
||||||
}
|
}
|
||||||
|
|
|
@ -78,7 +78,6 @@
|
||||||
HardwareAcceleration = true;
|
HardwareAcceleration = true;
|
||||||
Homepage = {
|
Homepage = {
|
||||||
URL = "https://nixos.wiki";
|
URL = "https://nixos.wiki";
|
||||||
Additional = ["https://wiki.archlinux.org"];
|
|
||||||
Locked = true;
|
Locked = true;
|
||||||
StartPage = "homepage-locked";
|
StartPage = "homepage-locked";
|
||||||
};
|
};
|
||||||
|
@ -200,7 +199,7 @@
|
||||||
Locked = true;
|
Locked = true;
|
||||||
};
|
};
|
||||||
SearchBar = "unified";
|
SearchBar = "unified";
|
||||||
ShowHomeButton = false;
|
ShowHomeButton = true;
|
||||||
StartDownloadsInTempDirectory = true;
|
StartDownloadsInTempDirectory = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue