machines: all: enable polkit and sudo

This commit is contained in:
Pedro Rey Anca 2025-12-06 13:15:38 +01:00
parent 6da5d909f0
commit 7278337adb
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A

View file

@ -11,4 +11,7 @@
dates = "weekly"; dates = "weekly";
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
}; };
security.polkit.enable = true;
security.sudo.enable = true;
} }