Add corectrl

This commit is contained in:
Dave Gallant
2022-10-23 05:49:06 -04:00
parent 2a8016d924
commit 3c7ccfe92f

View File

@@ -15,7 +15,7 @@
users.users.dave = { users.users.dave = {
isNormalUser = true; isNormalUser = true;
extraGroups = ["docker" "wheel" "libvirtd"]; extraGroups = ["docker" "wheel" "libvirtd" "corectrl"];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };
@@ -45,4 +45,5 @@
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;
}; };
programs.corectrl.enable = true;
} }