Outline: Difference between revisions

imported>Onny
mNo edit summary
imported>Onny
Fix configuration example
Line 72: Line 72:
       ];  
       ];  
     };
     };
  };
  systemd.services.dex = {
    serviceConfig.StateDirectory = "dex";
   };
   };


Line 94: Line 90:
   };
   };


};
systemd.services.dex = {
  serviceConfig.StateDirectory = "dex";
};
};
</nowiki>}}
</nowiki>}}