From 43ebe974479d2925e76c0b1016be9d07e16ae2e4 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Tue, 2 Nov 2021 14:47:46 -0400 Subject: [PATCH] enable security-tools for all desktops --- hosts/x86_64-linux/cube/default.nix | 1 - hosts/x86_64-linux/hp/default.nix | 1 - hosts/x86_64-linux/slate/default.nix | 1 - modules/profiles/desktop.nix | 5 ++++- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/x86_64-linux/cube/default.nix b/hosts/x86_64-linux/cube/default.nix index 87c885b..e8e934a 100644 --- a/hosts/x86_64-linux/cube/default.nix +++ b/hosts/x86_64-linux/cube/default.nix @@ -4,7 +4,6 @@ gnome = true; profile = "desktop"; hardware = "physical"; - security-tools = true; }; environment.persistence."/persist" = { diff --git a/hosts/x86_64-linux/hp/default.nix b/hosts/x86_64-linux/hp/default.nix index 148769b..60817b9 100644 --- a/hosts/x86_64-linux/hp/default.nix +++ b/hosts/x86_64-linux/hp/default.nix @@ -28,7 +28,6 @@ gnome = true; profile = "desktop"; hardware = "physical"; - security-tools = true; }; environment.systemPackages = with pkgs; [ diff --git a/hosts/x86_64-linux/slate/default.nix b/hosts/x86_64-linux/slate/default.nix index f678357..a15460a 100644 --- a/hosts/x86_64-linux/slate/default.nix +++ b/hosts/x86_64-linux/slate/default.nix @@ -4,7 +4,6 @@ profile = "desktop"; hardware = "physical"; gnome = true; - security-tools = true; }; boot = { diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index b66b72d..265b788 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -9,7 +9,10 @@ in programs.ssh.startAgent = true; programs.ssh.agentPKCS11Whitelist = pkcslib; - sconfig.alacritty.enable = true; + sconfig = { + alacritty.enable = true; + security-tools = true; + }; fonts.fonts = [ # vscode: "DejaVuSansMono Nerd Font Mono" (size 16)