Move Darwin-specific system settings to Darwin profile

Move system.primaryUser and stateVersion to Darwin profile as they don't exist on NixOS.

🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
Christoph Schmatzler
2025-08-11 11:59:29 +02:00
parent f11b894c95
commit 5f03de4d88
2 changed files with 6 additions and 5 deletions

View File

@@ -21,6 +21,12 @@
Minute = 0;
};
# Darwin-specific system settings
system = {
primaryUser = user;
stateVersion = 5;
};
users.users.${user} = {
name = "${user}";
home = "/Users/${user}";