1
0
Fork 0

[ssl] remove useless restart

This commit is contained in:
ibizaman 2023-11-29 21:36:51 -08:00
parent c882570543
commit 3f726c2779

View file

@ -74,9 +74,5 @@ in
enableDebugLogs = cfg.debug; enableDebugLogs = cfg.debug;
}; };
}; };
sops.secrets.acme = {
inherit (cfg) sopsFile;
restartUnits = [ "acme-${cfg.domain}.service" ];
};
}; };
} }