guh
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [ inputs.hjem.nixosModules.default ];
|
||||
imports = [inputs.hjem.nixosModules.default];
|
||||
|
||||
config.hjem = {
|
||||
extraModules = [inputs.hjem-rum.hjemModules.default];
|
||||
|
||||
@@ -8,10 +8,11 @@
|
||||
users.users.${username} = {
|
||||
isNormalUser = true;
|
||||
description = "${username}";
|
||||
#group = "${username}";
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
nix.settings.allowed-users = [ "${username}" ];
|
||||
nix.settings.allowed-users = [ "@wheel" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user