m 1 omo: add wol pkg to systempkgs

This commit is contained in:
makefu 2016-07-30 18:43:21 +02:00
parent 75cecd1f2e
commit d82d6dfb86
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -93,7 +93,10 @@ in {
(d: "install -m 755 -d " + (toMapper d) )
[ 0 1 2 "X" ]}
'';
environment.systemPackages = [ pkgs.mergerfs ];
environment.systemPackages = with pkgs;[
mergerfs # hard requirement for mount
wol # wake up filepimp
];
fileSystems = let
cryptMount = name:
{ "/media/${name}" = { device = "/dev/mapper/${name}"; fsType = "xfs"; };};