+2
-1
.gitignore
+2
-1
.gitignore
+4
-6
docs/hacking.md
+4
-6
docs/hacking.md
···
···
+22
-27
flake.nix
+22
-27
flake.nix
···-url = "https://github.com/Mic92/nixos-shell/commit/113e4cc55ae236b5b0b1fbd8b321e9b67c77580e.patch";···
···+rootDir=$(jj --ignore-working-copy root || git rev-parse --show-toplevel) || (echo "error: can't find repo root?"; exit 1)···
+54
-16
nix/vm.nix
+54
-16
nix/vm.nix
·········-"f+ /var/lib/knot/secret 0660 ${u} ${g} - KNOT_SERVER_SECRET=${envVar "TANGLED_VM_KNOT_SECRET"}"···
·········+# This is fine because any and all ports that are forwarded to host are explicitly marked above, we don't need a separate guest firewall+secretFile = builtins.toFile "knot-secret" ("KNOT_SERVER_SECRET=" + (envVar "TANGLED_VM_KNOT_SECRET"));···+spindle = mkDataSyncScripts "/mnt/spindle-data" (builtins.dirOf config.services.tangled-spindle.server.dbPath);