nixos/samba: fix pam service name typo (#28049)
The PAM service name used before this commit was "sambda", with an extra 'd'. For some reason I don't quite fully understand this typo prevents GDM from starting. This change fixes that as tested in VMs built using "nixos-rebuild -I nixpkgs=<mypkgs> build-vm".
This commit is contained in:
parent
9dfc290027
commit
f9204b9762
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
security.pam.services.sambda = {};
|
||||
security.pam.services.samba = {};
|
||||
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue