diff --git a/hosts/Ronin/configuration.nix b/hosts/Ronin/configuration.nix index 2f71d03d..3e2b7b42 100644 --- a/hosts/Ronin/configuration.nix +++ b/hosts/Ronin/configuration.nix @@ -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; } diff --git a/hosts/Scorch/configuration.nix b/hosts/Scorch/configuration.nix index 3f18814d..f89629fd 100644 --- a/hosts/Scorch/configuration.nix +++ b/hosts/Scorch/configuration.nix @@ -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; } diff --git a/system/desktop.nix b/system/desktop.nix index af7576e6..a8b091d4 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -16,6 +16,7 @@ noson webcord signal-desktop + nomachine-client ]; security = { polkit.enable = true;