feat: generate passwd/group with systemd-sysusers

This commit is contained in:
Lars Sjöström 2025-03-04 21:47:19 +01:00
parent 8e61f85f72
commit 12bacf271d
No known key found for this signature in database
5 changed files with 262 additions and 62 deletions

View file

@ -36,6 +36,7 @@
};
kernel = pkgs.callPackage ./pkgs/kernel { };
glibc = pkgs.callPackage ./pkgs/glibc { };
busybox = pkgs.callPackage ./pkgs/busybox { };
kexec = pkgs.callPackage ./pkgs/kexec-tools { };
lvm2 = pkgs.callPackage ./pkgs/lvm2 { };
tpm2-tools = pkgs.callPackage ./pkgs/tpm2-tools { inherit patosPkgs; };