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