Upgrade to NixOS 26.05

This commit is contained in:
2026-05-31 20:12:35 +02:00
parent 0b7c199fa4
commit fce6c83fc4
4 changed files with 11 additions and 5 deletions
+5
View File
@@ -237,6 +237,11 @@ with pkgs;
owner = "63026";
group = "63026";
};
secrets.grafana = {
file = secrets/grafana.age;
owner = "grafana";
group = "granafa";
};
identityPaths = [ "/etc/ssh/id_ed25519" ];
};