1
0
Fork 0

Dimaga: add Jellyfin to services script

This commit is contained in:
Aires 2024-07-19 11:27:38 -04:00
parent b334fcc7d9
commit a9b04bd311
2 changed files with 8 additions and 7 deletions

View file

@ -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"
} }

View file

@ -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