diff --git a/configuration.nix b/configuration.nix index 32cfd83..a4a409f 100755 --- a/configuration.nix +++ b/configuration.nix @@ -136,7 +136,10 @@ wantedBy = [ "initrd.target" ]; before = [ "sysroot.mount" ]; after = [ "zfs-import-zroot.service" ]; - path = with pkgs; [ zfs ]; + path = with pkgs; [ + coreutils + zfs + ]; unitConfig.DefaultDependencies = "no"; serviceConfig.Type = "oneshot";