feat: migrate home-manager to 26.05

This commit is contained in:
2026-04-07 13:54:50 +02:00
parent 07334db7ee
commit 0fa91d4f40
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
flakeRef = inputs.self.outPath; flakeRef = inputs.self.outPath;
in in
{ {
services.harmonia = { services.harmonia.cache = {
enable = true; enable = true;
signKeyPaths = [ config.sops.secrets.nix-signing-key.path ]; signKeyPaths = [ config.sops.secrets.nix-signing-key.path ];
}; };

View File

@@ -30,6 +30,6 @@ in
}; };
home = _: { home = _: {
home.stateVersion = "24.11"; home.stateVersion = "26.05";
}; };
} }