From 9ef93d071663f24ba47846fa9511ef6b24151d49 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 9 Feb 2024 06:39:18 +0000 Subject: [PATCH] Add nomachine to all desktops --- 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 b29eecab..3c0072d8 100644 --- a/hosts/Ronin/configuration.nix +++ b/hosts/Ronin/configuration.nix @@ -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"; } diff --git a/hosts/Scorch/configuration.nix b/hosts/Scorch/configuration.nix index 875a3b9a..22e24772 100644 --- a/hosts/Scorch/configuration.nix +++ b/hosts/Scorch/configuration.nix @@ -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"; } diff --git a/system/desktop.nix b/system/desktop.nix index b63f0c4d..8f085e3f 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -16,6 +16,7 @@ tagger webcord teams-for-linux + nomachine-client ]; security = { polkit.enable = true;