mirror of
https://github.com/0x1d/nix.git
synced 2026-03-22 09:04:26 +01:00
initial commit
This commit is contained in:
5
os/users/demo.nix
Normal file
5
os/users/demo.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
users.users.demo.isNormalUser = true;
|
||||
users.users.demo.initialPassword = "demo";
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
Reference in New Issue
Block a user