update system

This commit is contained in:
2023-11-27 09:25:12 +01:00
parent c03c8ab0c7
commit 2add7857f2
13 changed files with 116 additions and 13 deletions

View File

@@ -2,4 +2,10 @@
users.users.demo.isNormalUser = true;
users.users.demo.initialPassword = "demo";
system.stateVersion = "23.05";
home-manager.users.demo = {
home.stateVersion = "23.05";
home.username = "demo";
home.homeDirectory = "/home/demo";
};
}