fix workout tracker url
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -717,11 +717,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739047488,
|
"lastModified": 1739053638,
|
||||||
"narHash": "sha256-XRidLinKPemmrWZbxFLJMV21Phc529Q6nfx/8HzwnRg=",
|
"narHash": "sha256-pAJmNmRu2rwFOw6yNwLH1jZn7J1FQqKyfY7u63oi1io=",
|
||||||
"owner": "~repomaa",
|
"owner": "~repomaa",
|
||||||
"repo": "workout-sync",
|
"repo": "workout-sync",
|
||||||
"rev": "275adde9c83df8e6cd4eed091913faf0e6e05197",
|
"rev": "00a0f1ae718d0fdb5dea9c362658bb29f9eb3d78",
|
||||||
"type": "sourcehut"
|
"type": "sourcehut"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -31,7 +31,16 @@ in
|
|||||||
ExecStart = "${workout-sync}/bin/workout-sync";
|
ExecStart = "${workout-sync}/bin/workout-sync";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
DynamicUser = true;
|
DynamicUser = true;
|
||||||
EnvironmentFile = "/var/secrets/workout-sync.env";
|
BindReadOnlyPaths = [
|
||||||
|
/run/systemd/resolve/stub-resolv.conf
|
||||||
|
/etc/ssl
|
||||||
|
/etc/static/ssl
|
||||||
|
/etc/resolv.conf
|
||||||
|
/etc/static/resolv.conf
|
||||||
|
/etc/nsswitch.conf
|
||||||
|
/etc/static/nsswitch.conf
|
||||||
|
/etc/hosts
|
||||||
|
];
|
||||||
};
|
};
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
confinement.enable = true;
|
confinement.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user