diff options
author | Ben Sima <ben@bsima.me> | 2021-08-18 13:25:31 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:37 -0500 |
commit | 1176a24a1f76f551ec32eda731e8d5cdf93ad085 (patch) | |
tree | 69d6ead8e57e54f2886808769a134d57b2e0893d /Biz/Dev.nix | |
parent | 2462d2c1377b645a99cba38875628b18d7da5ac8 (diff) |
Rename Devalloc to Dragons
Diffstat (limited to 'Biz/Dev.nix')
-rw-r--r-- | Biz/Dev.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Biz/Dev.nix b/Biz/Dev.nix index 837ffaf..0f9b07c 100644 --- a/Biz/Dev.nix +++ b/Biz/Dev.nix @@ -10,17 +10,17 @@ bild.os { ./Dev/Configuration.nix ./Dev/Hardware.nix ./Dev/Hoogle.nix - ./Devalloc.nix + ./Dragons.nix # ./Dev/Guix.nix # I need to package a bunch of guile libs first ]; networking.hostName = "lithium"; networking.domain = "dev.simatime.com"; - services.devalloc = { + services.dragons = { enable = true; port = 8095; - package = bild.ghc ./Devalloc.hs; - keep = "/var/devalloc/keep"; - depo = "/var/devalloc/depo"; + package = bild.ghc ./Dragons.hs; + keep = "/var/dragons/keep"; + depo = "/var/dragons/depo"; }; } |