replace individual bridge option by common one
nixos config pipeline / show-flake (push) Successful in 1m6s
nixos config pipeline / deploy (push) Successful in 26s

This commit is contained in:
smayzy
2025-09-01 15:56:47 +02:00
parent 6d70290289
commit fe057f88e5
4 changed files with 2 additions and 16 deletions
-2
View File
@@ -24,12 +24,10 @@
nixos = {
httpd = {
enable = true;
bridge = "br0";
ip = "192.168.1.201/24";
};
unbound = {
enable = true;
bridge = "br0";
ip = "192.168.1.202/24";
};
};