nix flake update

This commit is contained in:
2026-07-05 17:09:49 +03:00
parent 2f4e4a92b9
commit d7e736511d
7 changed files with 64 additions and 19 deletions
+2
View File
@@ -30,6 +30,7 @@
}
home.arpa:53 {
hosts {
192.168.1.100 vetymae.home.arpa
192.168.1.20 ca.home.arpa
192.168.1.20 calibre.home.arpa
192.168.1.20 dns.home.arpa
@@ -42,6 +43,7 @@
192.168.1.20 nextcloud.home.arpa
192.168.1.20 office.home.arpa
192.168.1.20 pdf.home.arpa
192.168.1.20 sapphira.home.arpa
192.168.1.20 syncthing.home.arpa
fallthrough
}
+1
View File
@@ -8,6 +8,7 @@
services = {
nix-serve = {
enable = true;
package = pkgs.nix-serve-ng;
openFirewall = true;
port = 5000;
bindAddress = "0.0.0.0";