[NixOS] Add wantedBy to mount-railbird-bucket

This commit is contained in:
2024-10-24 17:10:45 -06:00
parent 1af9a5497b
commit 15499b292a

View File

@@ -41,6 +41,7 @@ in {
systemd.services.mount-railbird-bucket = { systemd.services.mount-railbird-bucket = {
after = ["agenix.service"]; after = ["agenix.service"];
wantedBy = [ "multi-user.target" ];
description = "Mount railbird bucket"; description = "Mount railbird bucket";
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";