8 lines
No EOL
225 B
Nix
8 lines
No EOL
225 B
Nix
{ config, pkgs, lib, ... }:
|
|
{
|
|
users.users.nudelerde = {
|
|
isNormalUser = true;
|
|
extraGroups = ["wheel" "docker"];
|
|
hashedPassword = "$y$j9T$NiaiVxQKs0C1V4VdCFKBO.$P6RfBDTyJfPJJzKyHf9PJEy9Ku5M6AU57U98nVD6wP6";
|
|
};
|
|
} |