wanda: new host (NixOS-WSL)
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
d3588098ee
commit
e3e1612691
66 changed files with 914 additions and 0 deletions
5
wanda/users/mutableUsers.nix
Normal file
5
wanda/users/mutableUsers.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
users = {
|
||||
mutableUsers = false;
|
||||
};
|
||||
}
|
||||
15
wanda/users/users/hand7s.nix
Normal file
15
wanda/users/users/hand7s.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
_: {
|
||||
users = {
|
||||
users = {
|
||||
"hand7s" = {
|
||||
description = "me";
|
||||
isSystemUser = false;
|
||||
isNormalUser = true;
|
||||
initialHashedPassword = "$6$ckgRhNWmJgSwOUpJ$kfeAdokd5fa76HWbTmWN2YXx4M/PQVOTJku1ODbqbBhEkUFiLftdaJFRnNXfIM3Jtz0ShoRMSVCB7mDkxDrdi/";
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
9
wanda/users/users/root.nix
Normal file
9
wanda/users/users/root.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
_: {
|
||||
users = {
|
||||
users = {
|
||||
"root" = {
|
||||
initialHashedPassword = "$6$n4OLMvYHHStHvtmr$6OL0NV1dEM2b6oJRewkhuoFxM80lI67tfbJ6QkCg8WAA1gbeKrcwDAuJjm8zvpY4zcDR3Z5Zbo8uebfOi6XXF0";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue