move laptop to x13-mairie
This commit is contained in:
13
hosts/x13-mairie/users.nix
Normal file
13
hosts/x13-mairie/users.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
users.users.waha = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
initialPassword = "zekzek";
|
||||
};
|
||||
|
||||
users.users.benjamin = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "networkmanager" "video" "render" "bluetooth" ];
|
||||
initialPassword = "zekzek";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user