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

7 lines
57 B
Nix
Raw Normal View History

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