Unverified Commit 9c61d268 authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

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

parents c647a12d 9259a8d2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 -"