diff options
author | stuebinm | 2022-04-04 17:21:50 +0200 |
---|---|---|
committer | stuebinm | 2022-04-04 19:56:46 +0200 |
commit | afcaf310b923d55e41d6120d1ccaade136e66691 (patch) | |
tree | 2c82d30c807b5b09f9527550ef490cc6de8db0be /flake.nix | |
parent | a68b67e186fa189f592476d287540445568d1822 (diff) |
flora: add a simple mailserver setup
mostly to get a working sendmail and also play around with stuff
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ naersk.inputs.nixpkgs.follows = "nixpkgs"; deploy-rs.url = "github:serokell/deploy-rs"; deploy-rs.inputs.nixpkgs.follows = "nixpkgs"; + simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-21.11"; + # simple-nixos-mailserver.follows = "nixpkgs"; uplcg.url = "git+https://stuebinm.eu/git/uplcg?ref=main"; uplcg.flake = false; |