my nixos config
0
fork

Configure Feed

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

fix bug in website updater where it would try to mv next into current/next

chfour c8b5cfd8 cf69a55b

+1 -1
+1 -1
machines/fovps/services/caddy/website.nix
··· 45 45 rm next && exit 46 46 47 47 # atomically swap 48 - mv next current 48 + mv -T next current 49 49 echo 'Etag "\"'"''${nextPath##*/}"'\""' > ${dataDir}/etag 50 50 ''; 51 51 };