Compare commits
1 Commits
master
...
fce6c83fc4
| Author | SHA1 | Date | |
|---|---|---|---|
|
fce6c83fc4
|
@@ -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" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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 ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user