This commit is contained in:
Christoph Schmatzler
2025-08-11 14:11:09 +02:00
parent d40786e77f
commit 5a646d04dd
2 changed files with 3 additions and 10 deletions

View File

@@ -1,8 +1,6 @@
{
config,
pkgs,
lib,
home-manager,
nixvim,
user,
...
@@ -14,14 +12,12 @@
./dock
];
# Darwin-specific gc interval format
nix.gc.interval = {
Weekday = 0;
Hour = 2;
Minute = 0;
};
# Darwin-specific system settings
system = {
primaryUser = user;
stateVersion = 5;

View File

@@ -11,6 +11,8 @@ in {
agenix.nixosModules.default
];
system.stateVersion = "25.11";
time.timeZone = "UTC";
nix = {
@@ -27,11 +29,6 @@ in {
logDriver = "json-file";
};
programs = {
gnupg.agent.enable = true;
fish.enable = true;
};
services = {
openssh = {
enable = true;
@@ -96,7 +93,7 @@ in {
../base/home-manager
];
home = {
stateVersion = "25.05";
stateVersion = "25.11";
};
};
};