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

@@ -55,11 +55,6 @@
agenix.packages."${pkgs.system}".default
];
system = {
primaryUser = user;
stateVersion = 5;
};
programs.fish.enable = true;
services.tailscale = {