Revert moving NoMachine install definition

This commit is contained in:
Evie Litherland-Smith 2024-04-03 17:00:54 +01:00
parent 303fe87377
commit 4324b34281
3 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,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];
}; };
services.ollama.enable = true; services.ollama.enable = true;
} }

View file

@ -12,7 +12,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];
}; };
services.ollama.enable = true; services.ollama.enable = true;
} }

View file

@ -16,6 +16,7 @@
noson noson
webcord webcord
signal-desktop signal-desktop
nomachine-client
]; ];
security = { security = {
polkit.enable = true; polkit.enable = true;