Commit 3a4ef5ea17b3

Vincent Demeester <vincent@sbr.pm>
2020-05-26 09:08:12
systems: do not enable mail on ci…
… best options will be to placeholder files Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c45d54e
Changed files (1)
systems/hokkaido.nix
@@ -17,6 +17,7 @@ in
 
   profiles.home = enableHome;
   profiles.users.withMachines = enableHome;
+  profiles.mail.enable = enableHome;
 
   networking = {
     hostName = "hokkaido";