fix build

This commit is contained in:
陈浩南 2024-09-03 00:50:17 +08:00
parent fe6ebb5e27
commit 09f2c713a0

View File

@ -8,8 +8,8 @@ inputs:
extraGroups = inputs.lib.intersectLists extraGroups = inputs.lib.intersectLists
[ "adbusers" "networkmanager" "wheel" "wireshark" "libvirtd" "ipfs" ] [ "adbusers" "networkmanager" "wheel" "wireshark" "libvirtd" "ipfs" ]
(builtins.attrNames inputs.config.users.groups); (builtins.attrNames inputs.config.users.groups);
subUidRanges = [{ start = 100000; count = 65536; } ]; subUidRanges = [{ startUid = 100000; count = 65536; } ];
subGidRanges = [{ start = 100000; count = 65536; } ]; subGidRanges = [{ startGid = 100000; count = 65536; } ];
hashedPassword = "$y$j9T$xJwVBoGENJEDSesJ0LfkU1$VEExaw7UZtFyB4VY1yirJvl7qS7oiF49KbEBrV0.hhC"; hashedPassword = "$y$j9T$xJwVBoGENJEDSesJ0LfkU1$VEExaw7UZtFyB4VY1yirJvl7qS7oiF49KbEBrV0.hhC";
}; };
home-manager.users.chn = home-manager.users.chn =