runner: overlay-root appliance mode
This commit is contained in:
parent
49b969e081
commit
ce8c1319f4
5 changed files with 79 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue