enables golink service

This commit is contained in:
Menno van Leeuwen 2024-11-15 23:03:41 +01:00
parent 6eeace47ec
commit 39a62a239d
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
./stash.nix
./sabnzbd.nix
./gitea.nix
./golink.nix
];
}
# TODO: Import all the package modules, disabled for testing one by one.

View File

@ -5,5 +5,5 @@ services:
environment:
- TS_AUTHKEY=${TS_AUTHKEY}
volumes:
- ./data:/home/nonroot
- /mnt/services/golink:/home/nonroot
restart: "unless-stopped"