chore: enable default networking and make root own erofs files

This commit is contained in:
Lars Sjöström 2025-02-27 08:59:01 +01:00
parent aa4f69d891
commit 0a6fc3af49
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions
pkgs/image

View file

@ -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;