Remove old user accounts
This commit is contained in:
parent
703bf836de
commit
1ac3cbc932
2 changed files with 0 additions and 24 deletions
|
@ -1,12 +0,0 @@
|
|||
let
|
||||
username = "eric";
|
||||
in
|
||||
{
|
||||
users.users.${username} = {
|
||||
description = "Eric Davies";
|
||||
extraGroups = [ ];
|
||||
initialPassword = "eric";
|
||||
isNormalUser = true;
|
||||
packages = [ ];
|
||||
};
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
let
|
||||
username = "luke";
|
||||
in
|
||||
{
|
||||
users.users.${username} = {
|
||||
description = "Luke Davies";
|
||||
extraGroups = [ ];
|
||||
initialPassword = username;
|
||||
isNormalUser = true;
|
||||
packages = [ ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue