configuration for users and groups

This commit is contained in:
Daniel Barlow
2022-09-28 21:31:15 +01:00
parent 1dbdbbbb1a
commit 6f23a45696
3 changed files with 44 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ let
({ lib, ... } : { config = { inherit (device) kernel; }; })
<liminix-config>
./modules/s6
./modules/users.nix
] nixpkgs.pkgs;
squashfs = liminix.builders.squashfs config.filesystem.contents;
kernel = callPackage ./kernel {