Fix filesystem initialization systemd units
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
8622bd81c8
commit
ed6137109d
@ -191,7 +191,7 @@ in
|
||||
{ description = "Initialisation of Filesystem ${fs.device}";
|
||||
wantedBy = [ "${mountPoint'}.mount" ];
|
||||
before = [ "${mountPoint'}.mount" "systemd-fsck@${device'}.service" ];
|
||||
require = [ "${device'}.device" ];
|
||||
requires = [ "${device'}.device" ];
|
||||
after = [ "${device'}.device" ];
|
||||
path = [ pkgs.utillinux ] ++ config.system.fsPackages;
|
||||
script =
|
||||
|
Loading…
Reference in New Issue
Block a user