fix: enable pam

This commit is contained in:
truxnell 2024-03-21 11:25:07 +11:00
parent d44748636f
commit 7eaf0b98cf

View file

@ -77,6 +77,9 @@
];
};
# Passwordless sudo when SSH'ing with keys
security.pam.enableSSHAgentAuth = true;
# Free up to 1GiB whenever there is less than 100MiB left.
nix.extraOptions = ''
min-free = ${toString (100 * 1024 * 1024)}