From efd81b8b50ede22c23b5b6e7bfb7ffb75044506a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 2 Apr 2024 17:46:02 +0100 Subject: [PATCH] Only install teams and nomachine on work PCs --- hosts/Scorch/configuration.nix | 7 ++++++- system/desktop.nix | 2 -- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/hosts/Scorch/configuration.nix b/hosts/Scorch/configuration.nix index f89629fd..93ffcbd8 100644 --- a/hosts/Scorch/configuration.nix +++ b/hosts/Scorch/configuration.nix @@ -12,7 +12,12 @@ etc."ppp/options".text = '' ipcp-accept-remote ''; - systemPackages = with pkgs; [openfortivpn samba]; + systemPackages = with pkgs; [ + openfortivpn + samba + teams-for-linux + nomachine-client + ]; }; services.ollama.enable = true; } diff --git a/system/desktop.nix b/system/desktop.nix index c327883e..af7576e6 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -16,8 +16,6 @@ noson webcord signal-desktop - teams-for-linux - nomachine-client ]; security = { polkit.enable = true;