add bridge on desktop1 and a test httpd container to test network
nixos config pipeline / show-flake (push) Successful in 5m22s
nixos config pipeline / deploy (push) Successful in 41s

This commit is contained in:
smayzy
2025-08-26 21:29:55 +02:00
parent 7ed89d05ed
commit ab35d54e05
3 changed files with 44 additions and 7 deletions
+1
View File
@@ -1,5 +1,6 @@
{ ... }:
{
imports = [
./httpd.nix
];
}