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