diff options
author | Ben Sima <ben@bsima.me> | 2022-02-23 22:37:15 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-02-23 22:37:15 -0500 |
commit | cb34da30f3f699c1fcad71b80426e8d87886a2a5 (patch) | |
tree | 20796ae872060fd686046f90e0b9d0e8c53eb0dd /Biz/Cloud.nix | |
parent | 16fd30682fe0a619ea07fb9fbbd6bdfcaf2bed8c (diff) |
Test out nixpert chat service
This is rough, I should move it up in the directory hierarchy and clean up the
nix files, but that can all come later. Just gonna test it out for now. Will
announce it tomorrow afternoon.
Diffstat (limited to 'Biz/Cloud.nix')
-rw-r--r-- | Biz/Cloud.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Cloud.nix b/Biz/Cloud.nix index 95d0150..f45cd20 100644 --- a/Biz/Cloud.nix +++ b/Biz/Cloud.nix @@ -15,6 +15,7 @@ bild.os { ./Cloud/Web.nix ./Cloud/Znc.nix "${bild.sources.nixos-mailserver}" + ./Nixpert/Chat.nix ]; networking.hostName = "simatime"; networking.domain = "simatime.com"; |