my nixos config
0
fork

Configure Feed

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

my website now puts everything in /var/www

chfour f76c96ee 23a188af

+1 -1
+1 -1
machines/fovps/services/caddy/default.nix
··· 55 55 # epic hack hacky hackk 56 56 mkdir -p ${websiteDest} 57 57 ${pkgs.lib.getExe pkgs.rsync} -r --copy-links --delete \ 58 - ${websitePath}/ ${websiteDest} 58 + ${websitePath}/var/www/ ${websiteDest} 59 59 60 60 # :trol: 61 61 ${pkgs.lib.getExe pkgs.gnused} -i \