NixOS modules: Difference between revisions

imported>Petabyteboy
Changed types.string to types.str since type string is deprecated
imported>Workflow
m Remove explicit lib call since lib is in scope
Line 121: Line 121:
   };
   };


   config = lib.mkIf cfg.enable {
   config = mkIf cfg.enable {
     systemd.services.hello = {
     systemd.services.hello = {
       wantedBy = [ "multi-user.target" ];
       wantedBy = [ "multi-user.target" ];