ROCKPro64-Server/modules/system/accounts/users/default.nix

10 lines
89 B
Nix
Raw Normal View History

2025-02-28 12:21:09 -05:00
{ ... }:
{
imports = [
./custom
./system
];
users.mutableUsers = false;
}