From 1f8698468adf3f3328e32e61fa04bf20039c877d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 17 Feb 2019 01:49:10 -0800 Subject: First cut at mail configuration Let's see if this one works --- nixos.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'nixos.nix') diff --git a/nixos.nix b/nixos.nix index cc76470..deb0419 100644 --- a/nixos.nix +++ b/nixos.nix @@ -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"; + }) ]; }; } -- cgit v1.2.3