add core utils

This commit is contained in:
2026-06-16 22:53:21 -05:00
parent 764485f19a
commit 952e9731ed
+4 -1
View File
@@ -136,7 +136,10 @@
wantedBy = [ "initrd.target" ]; wantedBy = [ "initrd.target" ];
before = [ "sysroot.mount" ]; before = [ "sysroot.mount" ];
after = [ "zfs-import-zroot.service" ]; after = [ "zfs-import-zroot.service" ];
path = with pkgs; [ zfs ]; path = with pkgs; [
coreutils
zfs
];
unitConfig.DefaultDependencies = "no"; unitConfig.DefaultDependencies = "no";
serviceConfig.Type = "oneshot"; serviceConfig.Type = "oneshot";