mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
nixos/google_oslogin: Handle sudo-rs too
This commit is contained in:
parent
a8e6f0a81a
commit
9259a8d279
@ -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 -"
|
||||
|
Loading…
Reference in New Issue
Block a user