The code and data behind xeiaso.net
5
fork

Configure Feed

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

oops prune this lol

Signed-off-by: Xe Iaso <me@christine.website>

Xe Iaso 9ab1724f 0562aff1

-8
-8
nix/xesite.nix
··· 40 40 extraGroups = [ "keys" ]; 41 41 }; 42 42 43 - within.secrets.xesite = { 44 - source = ./secrets/xesite.env; 45 - dest = "/srv/within/xesite/.env"; 46 - owner = "xesite"; 47 - group = "within"; 48 - permissions = "0400"; 49 - }; 50 - 51 43 systemd.services.xesite = { 52 44 wantedBy = [ "multi-user.target" ]; 53 45 after = [ "xesite-key.service" "mi.service" ];