infrastructure/modules/extern/misc/sssd.nix
2024-04-07 15:29:05 -07:00

5 lines
62 B
Nix

{ ... }: {
imports = [
../../nixos/sssd/sssd.nix
];
}