commit 3a4ef5ea17b365f7fd83ae739b127589c0d068ce
parent c45d54e555f2c9eb185b4aa053b299c10b36a370
Author: Vincent Demeester <vincent@sbr.pm>
Date: Tue, 26 May 2020 09:08:12 +0200
systems: do not enable mail on ci…
… best options will be to placeholder files
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/systems/hokkaido.nix b/systems/hokkaido.nix
@@ -17,6 +17,7 @@ in
profiles.home = enableHome;
profiles.users.withMachines = enableHome;
+ profiles.mail.enable = enableHome;
networking = {
hostName = "hokkaido";