diff options
author | Ben Sima <ben@bsima.me> | 2021-04-19 09:11:29 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:33 -0500 |
commit | 304ab785d07bbdb808d6c824c5457a06628274c1 (patch) | |
tree | 7d9c3f1917286e21528f17bdd3ed5a4c0e5be444 /Biz/Cloud.nix | |
parent | 600d1715e8ed2f7000118d3395248b28dd0a9420 (diff) |
Copy gmnisrv into tree
The correct way to do this would be to use my own nixpkgs fork published
at git.simatime.com, but to do that I need to setup a public git repo,
so until then I have to do it this way, which is fine.
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 5bcb0a1..44fb5a8 100644 --- a/Biz/Cloud.nix +++ b/Biz/Cloud.nix @@ -20,6 +20,7 @@ bild.os { ./Cloud/Networking.nix ./Cloud/Web.nix ./Cloud/Znc.nix + ./Cloud/gmnisrv.nix nixos-mailserver ]; networking.hostName = "simatime"; |