Tangled infrastructure definitions in Nix

bump

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

anirudh.fi 750caf6f 7ca4eba6

verified
Changed files
+10
hosts
+4
hosts/appview/configuration.nix
··· 21 21 openssh.enable = true; 22 22 }; 23 23 24 + # networking.extraHosts = '' 25 + # 85.9.211.103 knot1.tangled.sh 26 + # ''; 27 + 24 28 25 29 nix = { 26 30 extraOptions = ''
+6
hosts/appview/services/litestream.nix
··· 1 + { 2 + services.litestream = { 3 + enable = true; 4 + environmentFile = "/etc/secrets/litestream.env" 5 + }; 6 + }