NixOS-Config/modules/system/accounts/default.nix

7 lines
57 B
Nix
Raw Permalink Normal View History

{ ... }: {
imports = [
./users
./groups
];
}