Skip to content

Commit

Permalink
nixos/samba: fix pam service name typo (#28049)
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
kamidon authored and joachifm committed Aug 11, 2017
1 parent 9dfc290 commit f9204b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/network-filesystems/samba.nix
Expand Up @@ -243,7 +243,7 @@ in
};
};

security.pam.services.sambda = {};
security.pam.services.samba = {};

})
];
Expand Down

0 comments on commit f9204b9

Please sign in to comment.