Add nomachine to all desktops
This commit is contained in:
parent
570b10682c
commit
9ef93d0716
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
tagger
|
||||
webcord
|
||||
teams-for-linux
|
||||
nomachine-client
|
||||
];
|
||||
security = {
|
||||
polkit.enable = true;
|
||||
|
|
Loading…
Reference in a new issue