1
0
Fork 0

Merge branch 'main' of ssh://code.8bitbuddhism.com/aires/nix-configuration

This commit is contained in:
Aires 2024-07-19 18:48:57 -04:00
commit 781171768c

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