cluster/services/idm: remove backported pam module
This commit is contained in:
parent
98903689b5
commit
7972c40a4d
2 changed files with 0 additions and 1469 deletions
File diff suppressed because it is too large
Load diff
|
@ -5,14 +5,6 @@ let
|
|||
in
|
||||
|
||||
{
|
||||
disabledModules = [
|
||||
"security/pam.nix"
|
||||
];
|
||||
|
||||
imports = [
|
||||
./backports/pam.nix
|
||||
];
|
||||
|
||||
age.secrets.idmServiceAccountCredentials.file = ./secrets/service-account-${config.networking.hostName}.age;
|
||||
|
||||
systemd.services.kanidm-unixd.serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue