Upgrade to NixOS 26.05

This commit is contained in:
2026-05-31 20:12:35 +02:00
parent 0b7c199fa4
commit 7c03104e77
5 changed files with 16 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" ];
};