feat(extern): krb5

This commit is contained in:
arcnmx 2024-04-05 15:04:09 -07:00
parent 95e903697a
commit 6db8e4e304
13 changed files with 577 additions and 21 deletions

5
modules/extern/misc/ipa.nix vendored Normal file
View file

@ -0,0 +1,5 @@
{ ... }: {
imports = [
../../nixos/ipa.nix
];
}

5
modules/extern/misc/netgroups.nix vendored Normal file
View file

@ -0,0 +1,5 @@
{ ... }: {
imports = [
../../nixos/network/netgroups.nix
];
}

5
modules/extern/misc/sssd.nix vendored Normal file
View file

@ -0,0 +1,5 @@
{ ... }: {
imports = [
../../nixos/sssd/sssd.nix
];
}