Add Dr. Frontend user for work, cleanup nixos modules
Some checks failed
Trufflehog: check for exposed secrets / Run trufflehog (push) Waiting to run
Nix: check for unused code / Run deadnix (push) Waiting to run
Nix: validate flake / Validate x86_64-linux (push) Waiting to run
Nix: build nixos-/home modules / Validate x86_64-linux (push) Has been cancelled

This commit is contained in:
Jo 2025-06-25 22:54:45 +02:00
parent 4bf0f889ab
commit 042d026901
5 changed files with 84 additions and 4 deletions

View file

@ -61,9 +61,6 @@ in
};
config = {
# TODO: fix this
#nix.settings.trusted-users = ["root" (lib.forEach cfg (username: toString username))];
# Manage users declaratively and map userConfig to users.users by name;
users.mutableUsers = false;
users.users = lib.mapAttrs (