feat: migrate home-manager to 26.05
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
flakeRef = inputs.self.outPath;
|
||||
in
|
||||
{
|
||||
services.harmonia = {
|
||||
services.harmonia.cache = {
|
||||
enable = true;
|
||||
signKeyPaths = [ config.sops.secrets.nix-signing-key.path ];
|
||||
};
|
||||
|
||||
@@ -30,6 +30,6 @@ in
|
||||
};
|
||||
|
||||
home = _: {
|
||||
home.stateVersion = "24.11";
|
||||
home.stateVersion = "26.05";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user