mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 13:22:28 +00:00
Add corectrl
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user