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; }