mirror of
https://github.com/0x1d/nix.git
synced 2025-12-14 05:56:51 +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";
|
|
}
|