return 0 for create network script
All checks were successful
/ perform flake analysis (push) Successful in 38s
/ build hive configuration (push) Successful in 9m1s

This commit is contained in:
shobu
2025-12-24 18:34:06 +01:00
parent c1470a7312
commit 54443f177b

View File

@@ -27,7 +27,7 @@
"docker-transmission.service"
];
serviceConfig = {
ExecStart = "${lib.getExe pkgs.docker} network create docker-transmission";
ExecStart = "${lib.getExe pkgs.docker} network create docker-transmission; exit 0";
};
};
};