updated toggleable user
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
};
|
||||
|
||||
|
||||
config = lib.mkIf config.blake.enable {
|
||||
config = lib.mkIf config.users.blake.enable {
|
||||
# create blake user
|
||||
users.users.${config.blake.username} = {
|
||||
users.users.${config.users.blake.username} = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" ]; # Enable ‘sudo’ for the user.
|
||||
shell = pkgs.zsh;
|
||||
|
||||
Reference in New Issue
Block a user