nixos-config/modules/system/accounts/users/default.nix

10 lines
89 B
Nix

{ ... }:
{
imports = [
./custom
./system
];
users.mutableUsers = false;
}