This commit is contained in:
mjallen18
2024-10-01 10:23:06 -05:00
parent bcbcdfb5c9
commit 550ad3757a
4 changed files with 19 additions and 8 deletions

View File

@@ -28,4 +28,10 @@
"/etc/machine-id"
];
};
security.sudo.extraConfig = ''
# rollback results in sudo lectures after each reboot
Defaults lecture = never
'';
}