yep, more dotfiles

style: format

wiro.world 928a1655 5e7653cb

verified
+6 -8
+2 -2
README.md
··· 83 83 84 84 ## Make a backup 85 85 86 - Pull up your favorite ArchaicBakup disc 86 + Pull up your favorite ArchaicBackup disc 87 87 88 - - Set environnement variables 88 + - Set environment variables 89 89 90 90 `RESTIC_REPOSITORY`: `/run/media/user/discname/` 91 91 `RESTIC_PASSWORD_FILE`: ?
+1 -3
home-manager/fragments/kitty.nix
··· 15 15 Depends on: 16 16 - (Darwin) `fish` program: launches fish on startup 17 17 18 - Has weird behavior if set as login shell 18 + fish has weird behavior if set as login shell 19 19 ''; 20 20 21 21 config = lib.mkIf cfg.enable { ··· 38 38 }; 39 39 }; 40 40 } 41 - 42 -
+1 -1
hosts/weird-row-server/paisa.nix
··· 17 17 settings = { }; 18 18 }; 19 19 systemd.services.paisa.path = [ pkgs.hledger ]; 20 - 20 + 21 21 services.caddy = { 22 22 virtualHosts."http://paisa.net.wiro.world".extraConfig = '' 23 23 bind tailscale/paisa
+2 -2
hosts/weird-row-server/pds.nix
··· 34 34 virtualHosts.${pds-hostname} = { 35 35 serverAliases = [ "*.${pds-hostname}" ]; 36 36 extraConfig = '' 37 - tls { on_demand } 38 - reverse_proxy http://localhost:${toString config.services.bluesky-pds.settings.PDS_PORT} 37 + tls { on_demand } 38 + reverse_proxy http://localhost:${toString config.services.bluesky-pds.settings.PDS_PORT} 39 39 ''; 40 40 }; 41 41 };