summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2022-04-04 17:21:50 +0200
committerstuebinm2022-04-04 19:56:46 +0200
commitafcaf310b923d55e41d6120d1ccaade136e66691 (patch)
tree2c82d30c807b5b09f9527550ef490cc6de8db0be /flake.nix
parenta68b67e186fa189f592476d287540445568d1822 (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.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a97d423..148c31d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;