temp/testusers: add user, remove from savarcast
This commit is contained in:
parent
e9f65ab02d
commit
260d03ef0e
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../2configs/temp/testusers.nix
|
# ../../2configs/temp/testusers.nix
|
||||||
|
|
||||||
# hardware
|
# hardware
|
||||||
./proxmox-vm
|
./proxmox-vm
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
{
|
{
|
||||||
users.users.testi.hashedPassword = "$y$j9T$2GMbDpeh90cUXmdIR32g8/$8aUhDcpo22UYLGu6yiWflzSayAnCm5XNXNVIQOVTQk4";
|
users.users.testi = {
|
||||||
users.users.testi.extraGroups = [ "sudo" "wheel" ];
|
hashedPassword = "$y$j9T$2GMbDpeh90cUXmdIR32g8/$8aUhDcpo22UYLGu6yiWflzSayAnCm5XNXNVIQOVTQk4";
|
||||||
|
isNormalUser = true;
|
||||||
|
extraGroups = [ "sudo" "wheel" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue