initial commit

This commit is contained in:
2023-07-07 08:49:04 +02:00
commit 08b84676a5
18 changed files with 524 additions and 0 deletions

5
os/users/demo.nix Normal file
View File

@@ -0,0 +1,5 @@
{ pkgs, ... }: {
users.users.demo.isNormalUser = true;
users.users.demo.initialPassword = "demo";
system.stateVersion = "23.05";
}