yet more
This commit is contained in:
9
system/defaults/users.nix
Normal file
9
system/defaults/users.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{config, pkgs, ...}:
|
||||
|
||||
{
|
||||
users.users.autumn = {
|
||||
isNormalUser = true;
|
||||
description = "Autumn";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user