feat: add config for new device

This commit is contained in:
2026-01-31 13:42:01 +01:00
parent 39da2abe9c
commit af8d71cc70
5 changed files with 66 additions and 28 deletions
+8
View File
@@ -27,5 +27,13 @@
# pulse.enable = true;
# };
users.users = {
leonhard = {
initialPassword = "leonhard";
isNormalUser = true;
extraGroups = [ "wheel" ];
};
};
networking.hostName = "desktop";
}