diff --git a/flake.lock b/flake.lock index 198f3ec..fcaa535 100644 --- a/flake.lock +++ b/flake.lock @@ -248,15 +248,16 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1721221863, - "narHash": "sha256-kWPoGIiAG6gYBukAQRTeG9U5eFmdSqQeeAiv/nydzfE=", - "owner": "8bitbuddhist", + "lastModified": 1721331912, + "narHash": "sha256-h2yaU+QEU4pHxMySHPIsRV2T/pihDHnrXBca8BY6xgc=", + "owner": "NixOS", "repo": "nixos-hardware", - "rev": "13dee7858df0a2fb963b25157229b24188fc94e6", + "rev": "bb90787ea034c8b9035dfcfc9b4dc23898d414be", "type": "github" }, "original": { - "owner": "8bitbuddhist", + "owner": "NixOS", + "ref": "master", "repo": "nixos-hardware", "type": "github" } diff --git a/hosts/Dimaga/start-services.sh b/hosts/Dimaga/start-services.sh index ffb8856..992b139 100644 --- a/hosts/Dimaga/start-services.sh +++ b/hosts/Dimaga/start-services.sh @@ -19,9 +19,9 @@ fi echo "Starting services..." 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 restart nginx.service -echo "Services started. Haven is ready to go!" +echo "Services started. $(hostname) is ready to go!" exit 0