diff options
author | Ben Sima <ben@bsima.me> | 2024-12-04 15:52:52 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-12-21 10:08:05 -0500 |
commit | 81cf94523f5a794e5b0c69dbd9a94619135a23c7 (patch) | |
tree | 22544f9d741827ebfe65f73f0202b2b095a09cf8 /Omni/Dev | |
parent | 47c48abf836f5918120c0550c57d4eda32d3f10e (diff) |
Prune unused stuff
This was all dead weight, just delete it and move on.
Diffstat (limited to 'Omni/Dev')
-rw-r--r-- | Omni/Dev/Lithium.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Omni/Dev/Lithium.nix b/Omni/Dev/Lithium.nix index 567f6e0..1716d51 100644 --- a/Omni/Dev/Lithium.nix +++ b/Omni/Dev/Lithium.nix @@ -11,17 +11,9 @@ bild.os { ./Hoogle.nix ./Networking.nix ./Dns.nix - ../../Biz/Dragons.nix #./Guix.nix # I need to package a bunch of guile libs first ./Vpn.nix ]; networking.hostName = "lithium"; networking.domain = "dev.simatime.com"; - services.dragons = { - enable = true; - port = 8095; - package = bild.run ../../Biz/Dragons.hs; - keep = "/var/dragons/keep"; - depo = "/var/dragons/depo"; - }; } |