Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created May 20, 2018 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/98b2f2fcb67c88482b96152ada29eeeb to your computer and use it in GitHub Desktop.
Save cleverca22/98b2f2fcb67c88482b96152ada29eeeb to your computer and use it in GitHub Desktop.
security = {
pam = {
loginLimits = [
{
domain = "clever";
item = "nofile";
type = "hard";
value = "65535";
}
];
services.hsdm = { allowNullPassword = true; startSession = true; };
};
audit = {
enable = false;
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment