diff options
Diffstat (limited to 'Biz.nix')
-rw-r--r-- | Biz.nix | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,12 +1,10 @@ # nunya -{ bild, ... }: - +{bild, ...}: # This is the biz hosting service. Currently it defines a base OS similar to # Omni/Cloud.nix et al and starts each Biz/* thing as a systemd service. A # better solution might be to define each Biz/* thing as a container, and then # wire them together as necessary here, but I don't know how that works so I'll # just stick to this method for now. - bild.os { imports = [ ./Omni/Cloud/Hardware.nix |