nixos/tests/incus: present instances as a submodule

This commit is contained in:
Adam C. Stephens
2025-08-29 22:40:31 -04:00
parent 83aa672156
commit 099cd0e1fb
8 changed files with 331 additions and 344 deletions

View File

@@ -27,7 +27,7 @@
services.openssh.startWhenNeeded = lib.mkDefault true;
# As this is intended as a standalone image, undo some of the minimal profile stuff
documentation.enable = true;
documentation.nixos.enable = true;
documentation.enable = lib.mkDefault true;
documentation.nixos.enable = lib.mkDefault true;
services.logrotate.enable = true;
}