runner: overlay-root appliance mode

This commit is contained in:
every.channel 2026-02-17 02:26:09 -08:00
parent 49b969e081
commit ce8c1319f4
No known key found for this signature in database
5 changed files with 79 additions and 1 deletions

View file

@ -7,6 +7,7 @@
];
services.every-channel.runner.enable = true;
services.every-channel.runner.overlayRoot.enable = lib.mkDefault true;
# This is a role image; avoid baking per-host secrets/keys. SSH host keys will be
# generated at first boot by NixOS defaults.
@ -26,4 +27,3 @@
# Required by NixOS.
system.stateVersion = "24.11";
}