updated toggleable user

This commit is contained in:
2025-10-04 12:19:47 -05:00
parent beda19afd3
commit af8b6a522e
2 changed files with 16 additions and 2 deletions

View File

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