Dimaga: add Jellyfin to services script
This commit is contained in:
parent
b334fcc7d9
commit
a9b04bd311
11
flake.lock
11
flake.lock
|
@ -248,15 +248,16 @@
|
||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1721221863,
|
"lastModified": 1721331912,
|
||||||
"narHash": "sha256-kWPoGIiAG6gYBukAQRTeG9U5eFmdSqQeeAiv/nydzfE=",
|
"narHash": "sha256-h2yaU+QEU4pHxMySHPIsRV2T/pihDHnrXBca8BY6xgc=",
|
||||||
"owner": "8bitbuddhist",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "13dee7858df0a2fb963b25157229b24188fc94e6",
|
"rev": "bb90787ea034c8b9035dfcfc9b4dc23898d414be",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "8bitbuddhist",
|
"owner": "NixOS",
|
||||||
|
"ref": "master",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,9 +19,9 @@ fi
|
||||||
|
|
||||||
echo "Starting services..."
|
echo "Starting services..."
|
||||||
systemctl restart duplicacy-web.service
|
systemctl restart duplicacy-web.service
|
||||||
systemctl restart airsonic.service forgejo.service
|
systemctl restart airsonic.service forgejo.service jellyfin.service
|
||||||
systemctl --machine aires@.host --user start syncthing.service
|
systemctl --machine aires@.host --user start syncthing.service
|
||||||
systemctl restart nginx.service
|
systemctl restart nginx.service
|
||||||
echo "Services started. Haven is ready to go!"
|
echo "Services started. $(hostname) is ready to go!"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue