Kill user processes

This commit is contained in:
Nathan McCarty 2023-06-13 23:12:52 -04:00
parent 4ba7614e30
commit 0654008864
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ in {
# Setup home manager
home-manager.users.nathan = import ./home.nix;
# Disable session persistance
services.logind.killUserProcesses = true;
# TPM setup
security = { tpm2 = { enable = true; }; };