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

@@ -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";
};
};
};