diff --git a/default.nix b/default.nix index 781ea73..6593aa2 100644 --- a/default.nix +++ b/default.nix @@ -47,7 +47,16 @@ }; }; + services.wyoming.satellite.user = "nathan"; + sysconfig = { + + services = { + wyoming = { + enable = true; + satellite = true; + }; + }; remoteBuildClient = true;