diff options
author | Ben Sima <ben@bsima.me> | 2019-02-17 01:49:10 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-17 01:50:52 -0800 |
commit | 1f8698468adf3f3328e32e61fa04bf20039c877d (patch) | |
tree | 95e1d48c86c03ba37e3091dbede0902f87a57992 /nixos.nix | |
parent | cf5b024e189cb4ed85f80b521cf9e0e5dc5b5070 (diff) |
First cut at mail configuration
Let's see if this one works
Diffstat (limited to 'nixos.nix')
-rw-r--r-- | nixos.nix | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -9,8 +9,18 @@ import "${nixpkgs}/nixos" { imports = [ ./hardware-configuration.nix ./networking.nix + + # end config ./configuration.nix + + # our modules ./ibb/module.nix + + # third party + (builtins.fetchTarball { + url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/v2.2.0/nixos-mailserver-v2.2.0.tar.gz"; + sha256 = "0gqzgy50hgb5zmdjiffaqp277a68564vflfpjvk1gv6079zahksc"; + }) ]; }; } |