9 lines
259 B
Nix
9 lines
259 B
Nix
{ system, ... }:
|
|
{
|
|
username = "henrov";
|
|
hashedPassword = "$6$ISAmsPLyFi7idYXr$VmZsq.zMsyh1irSkyDNqtorNXG0oEHbbMVqTii1t8bymvrQ5ZQmbdi4OiBNeNYe/huHGrojXM.3TST2fTLz0T.";
|
|
homeDirectory = "/home/henrov";
|
|
stateVersion = "25.11";
|
|
locale = "nl_NL.UTF-8";
|
|
}
|