chore: enable default networking and make root own erofs files
This commit is contained in:
parent
aa4f69d891
commit
0a6fc3af49
2 changed files with 3 additions and 1 deletions
pkgs/image
|
@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
env = {
|
||||
# vfat options won't efi won't find the fs otherwise.
|
||||
SYSTEMD_REPART_MKFS_OPTIONS_VFAT = "-S 512 -c";
|
||||
SYSTEMD_REPART_MKFS_OPTIONS_EROFS = "--all-root";
|
||||
SYSTEMD_REPART_MKFS_OPTIONS_EROFS = "--all-root"; # -zlz4hc,level=12 -Efragments,dedupe,ztailpacking";
|
||||
};
|
||||
|
||||
systemd = patosPkgs.systemd.out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue