Working docker VM
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Théo Barnouin 2025-05-14 14:44:37 +02:00
parent d8ccf817fe
commit e0622a450e
4 changed files with 8 additions and 4 deletions

View file

@ -16,6 +16,7 @@
enable = true;
allowedTCPPorts = [22 6060 9002];
};
nameservers = ["192.168.1.90"];
};
boot.isContainer = true;