{ pkgs, ... }: { imports = [ ./nullmailer.nix ]; services.openssh.enable = true; boot.swraid = { enable = true; mdadmConf = '' MAILADDR root@lyes.eu DEVICE partitions ''; }; environment.systemPackages = with pkgs; [ mdadm ]; }