mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +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 = ''
|
security.sudo.extraConfig = ''
|
||||||
#includedir /run/google-sudoers.d
|
#includedir /run/google-sudoers.d
|
||||||
'';
|
'';
|
||||||
|
security.sudo-rs.extraConfig = ''
|
||||||
|
#includedir /run/google-sudoers.d
|
||||||
|
'';
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d /run/google-sudoers.d 750 root root -"
|
"d /run/google-sudoers.d 750 root root -"
|
||||||
"d /var/google-users.d 750 root root -"
|
"d /var/google-users.d 750 root root -"
|
||||||
|
Loading…
Reference in New Issue
Block a user