Nixfiles! :3
0

Configure Feed

Select the types of activity you want to include in your feed.

It's either this or I'm :U ing it idc


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

MLC Bloeiman (Jul 12, 2026, 1:22 AM +0200) e0af1c28 f4f95a0b

+1 -2
+1 -2
home/host-specific/Cubchoo.nix
··· 245 245 246 246 services: 247 247 owncloud: 248 - # On 8080 249 248 image: owncloud/server:latest 250 249 container_name: owncloud_server 251 250 depends_on: ··· 269 268 timeout: 10s 270 269 retries: 5 271 270 volumes: 272 - - ${config.home.homeDirectory}/services/data/owncloud/data/:/mnt/data 271 + - ${config.home.homeDirectory}/services/data/owncloud/data/:/mnt/data:Z 273 272 networks: 274 273 server-net: 275 274 aliases: