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
|
||||
boot.initrd.secrets = {"/crypto_keyfile.bin" = null;};
|
||||
|
||||
|
@ -12,4 +16,5 @@
|
|||
'';
|
||||
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";
|
||||
|
||||
# Setup keyfile
|
||||
|
@ -14,4 +18,5 @@
|
|||
'';
|
||||
systemPackages = with pkgs; [openfortivpn samba nomachine-client];
|
||||
};
|
||||
programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk";
|
||||
}
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
HardwareAcceleration = true;
|
||||
Homepage = {
|
||||
URL = "https://nixos.wiki";
|
||||
Additional = ["https://wiki.archlinux.org"];
|
||||
Locked = true;
|
||||
StartPage = "homepage-locked";
|
||||
};
|
||||
|
@ -200,7 +199,7 @@
|
|||
Locked = true;
|
||||
};
|
||||
SearchBar = "unified";
|
||||
ShowHomeButton = false;
|
||||
ShowHomeButton = true;
|
||||
StartDownloadsInTempDirectory = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue