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"; owner = "63026";
group = "63026"; group = "63026";
}; };
secrets.grafana = {
file = secrets/grafana.age;
owner = "grafana";
group = "granafa";
};
identityPaths = [ "/etc/ssh/id_ed25519" ]; identityPaths = [ "/etc/ssh/id_ed25519" ];
}; };
+1 -1
View File
@@ -9,7 +9,7 @@
}; };
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*"; determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
agenix = { agenix = {
url = "github:ryantm/agenix"; url = "github:ryantm/agenix";
+4 -4
View File
@@ -135,10 +135,10 @@ in
services.resolved = { services.resolved = {
enable = true; enable = true;
llmnr = "false"; llmnr = "false";
extraConfig = '' settings.Resolve = {
MulticastDNS=yes MulticastDNS = true;
DNSStubListener=no DNSStubListener = false;
''; };
}; };
# DNS server with ad-block # DNS server with ad-block
+1
View File
@@ -22,4 +22,5 @@ in
"acme-porkbun.age".publicKeys = [ zion ]; "acme-porkbun.age".publicKeys = [ zion ];
"microbin.age".publicKeys = [ zion ]; "microbin.age".publicKeys = [ zion ];
"readeck.age".publicKeys = [ zion ]; "readeck.age".publicKeys = [ zion ];
"grafana.age".publicKeys = [ zion ];
} }