Commit fbe520b3 authored by liberodark's avatar liberodark
Browse files

nixos/glpi-agent: fix missing directory

parent 39086c79
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -77,6 +77,16 @@ in
      }
    ];

    systemd.tmpfiles.settings."10-glpi-agent" = {
      ${cfg.stateDir} = {
        d = {
          mode = "0755";
          user = "root";
          group = "root";
        };
      };
    };

    systemd.services.glpi-agent = {
      description = "GLPI Agent";
      wantedBy = [ "multi-user.target" ];