From 3c7ccfe92fb15b1dc204397e21ba5ad31f400d7a Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 23 Oct 2022 05:49:06 -0400 Subject: [PATCH] Add corectrl --- common/linux.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/linux.nix b/common/linux.nix index 64ebf37..0f8baf3 100644 --- a/common/linux.nix +++ b/common/linux.nix @@ -15,7 +15,7 @@ users.users.dave = { isNormalUser = true; - extraGroups = ["docker" "wheel" "libvirtd"]; + extraGroups = ["docker" "wheel" "libvirtd" "corectrl"]; shell = pkgs.zsh; }; @@ -45,4 +45,5 @@ enable = true; enableSSHSupport = true; }; + programs.corectrl.enable = true; }