Merge pull request #265727 from nbraud/nixos/sudo-rs/google_oslogin

This commit is contained in:
Maciej Krüger 2023-11-11 18:09:39 +01:00 committed by GitHub
commit 9c61d268a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,10 @@ in
security.sudo.extraConfig = ''
#includedir /run/google-sudoers.d
'';
security.sudo-rs.extraConfig = ''
#includedir /run/google-sudoers.d
'';
systemd.tmpfiles.rules = [
"d /run/google-sudoers.d 750 root root -"
"d /var/google-users.d 750 root root -"