modules/system/builder: init remote-builder module

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

View file

@ -25,6 +25,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; {