Initial commit
This commit is contained in:
8
modules/system/default-user.nix
Normal file
8
modules/system/default-user.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... } : {
|
||||
users.users = {
|
||||
axolotsh = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user