From 4324b342812aa592c99a2999fb2eea4e6312ad31 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 3 Apr 2024 17:00:54 +0100 Subject: [PATCH] Revert moving NoMachine install definition --- hosts/Ronin/configuration.nix | 2 +- hosts/Scorch/configuration.nix | 2 +- system/desktop.nix | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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;