apply lints

This commit is contained in:
xenia 2024-04-15 18:08:20 -04:00
parent ed6abfe02b
commit e4b8b135a7
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ in {
users.users."${cfg.user}" = {
isSystemUser = true;
home = cfg.directory;
group = cfg.group;
inherit (cfg) group;
packages = [ cfg.package cfg.jdkPackage ];
};