feat: migrate home-manager to 26.05
This commit is contained in:
@@ -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 ];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -30,6 +30,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
home = _: {
|
home = _: {
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "26.05";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user