Compare commits

...

1 Commits

Author SHA1 Message Date
coolneng fce6c83fc4 Upgrade to NixOS 26.05 2026-05-31 20:12:35 +02:00
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" ];
};
+1 -1
View File
@@ -9,7 +9,7 @@
};
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/*";
agenix = {
url = "github:ryantm/agenix";
+4 -4
View File
@@ -135,10 +135,10 @@ in
services.resolved = {
enable = true;
llmnr = "false";
extraConfig = ''
MulticastDNS=yes
DNSStubListener=no
'';
settings.Resolve = {
MulticastDNS = true;
DNSStubListener = false;
};
};
# DNS server with ad-block
+1
View File
@@ -22,4 +22,5 @@ in
"acme-porkbun.age".publicKeys = [ zion ];
"microbin.age".publicKeys = [ zion ];
"readeck.age".publicKeys = [ zion ];
"grafana.age".publicKeys = [ zion ];
}