ofborg: add support for nspawn containers
zowoq committed
May 22, 2026 at 14:34 UTC
dab3e6f78c016b4f44a7597e3441466ba93f4cef
1 file changed
+1
non-critical-infra/modules/ofborg/common.nix
+1
@@ -3,6 +3,7 @@
3
imports = [
4
inputs.srvos.nixosModules.server
5
../../../modules/common.nix
6
+ ../../../modules/nspawn-test-containers.nix
7
../common.nix
8
./ofborg-config.nix
9
];