fix: Make ugaif.forUser add to enabled users and set WSL settings

This commit is contained in:
Hunter Halloran
2025-12-17 09:37:12 -05:00
parent 56a96cce09
commit acddb0dee4
2 changed files with 90 additions and 87 deletions

View File

@@ -107,11 +107,6 @@ in
};
config = {
# Enable forUser if specified
ugaif.users = lib.mkIf (config.ugaif.forUser != null) {
${config.ugaif.forUser}.enable = true;
};
# Generate NixOS users
users.users =
let