mirror of
https://github.com/0x1d/nix.git
synced 2026-03-22 09:04:26 +01:00
6 lines
137 B
Nix
6 lines
137 B
Nix
{ pkgs, ... }: {
|
|
users.users.demo.isNormalUser = true;
|
|
users.users.demo.initialPassword = "demo";
|
|
system.stateVersion = "23.05";
|
|
}
|