Revert moving NoMachine install definition
This commit is contained in:
parent
303fe87377
commit
4324b34281
|
@ -10,7 +10,7 @@
|
|||
etc."ppp/options".text = ''
|
||||
ipcp-accept-remote
|
||||
'';
|
||||
systemPackages = with pkgs; [openfortivpn samba nomachine-client];
|
||||
systemPackages = with pkgs; [openfortivpn samba];
|
||||
};
|
||||
services.ollama.enable = true;
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
etc."ppp/options".text = ''
|
||||
ipcp-accept-remote
|
||||
'';
|
||||
systemPackages = with pkgs; [openfortivpn samba nomachine-client];
|
||||
systemPackages = with pkgs; [openfortivpn samba];
|
||||
};
|
||||
services.ollama.enable = true;
|
||||
}
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
noson
|
||||
webcord
|
||||
signal-desktop
|
||||
nomachine-client
|
||||
];
|
||||
security = {
|
||||
polkit.enable = true;
|
||||
|
|
Loading…
Reference in a new issue