mirror of
https://github.com/0x1d/nix.git
synced 2025-12-16 06:34:33 +01:00
update system
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user