modules/system/builder: init remote-builder module

This commit is contained in:
Nikodem Rabuliński 2025-04-23 16:09:30 +02:00
parent ad627694f2
commit 68a5d1ab70
Signed by: nrabulinski
SSH key fingerprint: SHA256:eJRdE3KzMWWk9zrksGEv8+v6F+VqUVR++z2SSPyiL0I
3 changed files with 64 additions and 0 deletions

View file

@ -26,6 +26,7 @@
(import ./github-runner.nix { inherit isLinux; })
(import ./incus.nix { inherit isLinux; })
(import ./monitoring.nix { inherit isLinux; })
(import ./builder.nix { inherit isLinux; })
];
options.settei = with lib; {