This commit is contained in:
Henry Hiles 2025-02-16 13:29:38 +01:00
parent 263574ce35
commit e951b639b7
3 changed files with 50 additions and 29 deletions

4
modules/common/run0.nix Normal file
View file

@ -0,0 +1,4 @@
{
security.sudo.enable = false;
security.pam.services.systemd-run0 = {};
}