Add nomachine to all desktops

This commit is contained in:
Evie Litherland-Smith 2024-02-09 06:39:18 +00:00
parent 570b10682c
commit 9ef93d0716
3 changed files with 3 additions and 2 deletions

View file

@ -14,7 +14,7 @@
etc."ppp/options".text = '' etc."ppp/options".text = ''
ipcp-accept-remote ipcp-accept-remote
''; '';
systemPackages = with pkgs; [openfortivpn samba nomachine-client]; systemPackages = with pkgs; [openfortivpn samba];
}; };
programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk"; programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk";
} }

View file

@ -16,7 +16,7 @@
etc."ppp/options".text = '' etc."ppp/options".text = ''
ipcp-accept-remote ipcp-accept-remote
''; '';
systemPackages = with pkgs; [openfortivpn samba nomachine-client]; systemPackages = with pkgs; [openfortivpn samba];
}; };
programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk"; programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk";
} }

View file

@ -16,6 +16,7 @@
tagger tagger
webcord webcord
teams-for-linux teams-for-linux
nomachine-client
]; ];
security = { security = {
polkit.enable = true; polkit.enable = true;