my nixos config
0
fork

Configure Feed

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

change website source link to the tangled repo

chfour 2d2b5092 3dc7e1a5

+1 -1
+1 -1
machines/fovps/services/caddy/website.nix
··· 2 2 3 3 # TODO: maybe make this into a module or sth 4 4 let 5 - source = "github:chfour/website3#website"; 5 + source = "git+https://tangled.org/did:plc:mlyxfgbugroxjmo7berpnowb/website3#website"; 6 6 dataDir = "/var/lib/website"; 7 7 user = config.services.caddy.user; 8 8 group = config.services.caddy.group;