This commit is contained in:
Frost-Phoenix 2023-11-05 17:23:18 +01:00
parent f40d01487b
commit fd934e0bbe

View file

@ -30,5 +30,5 @@ in
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };
nix.settings.allowed-users = [ ${username} ]; nix.settings.allowed-users = [ "${username}" ];
} }