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 = ''
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";
}

View file

@ -16,7 +16,7 @@
etc."ppp/options".text = ''
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";
}

View file

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