stable somewhat
analysis.yaml / perform flake analysis (push) Failing after 1m9s
deploy.yaml / build hive configuration (push) Failing after 30s

This commit is contained in:
2026-09-11 14:43:20 +02:00
parent f5e3ef7c5b
commit 95ddd2d8e9
14 changed files with 380 additions and 115 deletions
+20 -2
View File
@@ -32,9 +32,25 @@
networking = {
hostName = "sin";
networkmanager.enable = true;
networkmanager = {
enable = true;
settings = {
main = {
dns = "default";
};
# nameservers = [ "10.0.0.4" ];
connection = {
"ipv4.ignore-auto-dns" = true;
"ipv6.ignore-auto-dns" = true;
};
};
};
nameservers = [
"9.9.9.9"
"149.112.112.112"
"8.8.8.8"
];
# dhcpcd.extraConfig = "nohook resolv.conf";
@@ -48,6 +64,8 @@
config.services.trilium-server.port
53
5690 # testing for wizarr
];
allowedUDPPorts = [ 53 ];