enable httpd test ct on server1
Some checks failed
nixos config pipeline / show-flake (push) Successful in 26s
nixos config pipeline / deploy (push) Failing after 36s

This commit is contained in:
smayzy 2025-08-26 22:51:01 +02:00
parent f1259be78c
commit b6a4563d95

View File

@ -15,6 +15,11 @@
smayzy = {
server.enable = true;
containers.nixos.httpd = {
enable = true;
bridge = "br0";
ip = "192.168.1.201/24";
};
};
home-manager = {