summaryrefslogtreecommitdiff
path: root/Biz.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Biz.nix')
-rw-r--r--Biz.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/Biz.nix b/Biz.nix
index c87f91a..b770084 100644
--- a/Biz.nix
+++ b/Biz.nix
@@ -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