From 3263e03a34ee3464010626d7525a70562775c837 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Sat, 30 May 2026 23:36:42 -0400 Subject: [PATCH] memorial site, vps commented out boot instead of switch --- flake.nix | 5 +++++ vps_activate_flake.sh | 1 + 2 files changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 6a4869c..40df667 100644 --- a/flake.nix +++ b/flake.nix @@ -748,6 +748,11 @@ enableACME = true; root = "/var/www/faint.room409.xyz"; }; + virtualHosts."bobatwater.com" = { + forceSSL = true; + enableACME = true; + root = "/var/www/bobatwater.com"; + }; virtualHosts."shell.room409.xyz" = { forceSSL = true; enableACME = true; diff --git a/vps_activate_flake.sh b/vps_activate_flake.sh index 7028078..45db821 100755 --- a/vps_activate_flake.sh +++ b/vps_activate_flake.sh @@ -1,3 +1,4 @@ #!/usr/bin/env sh NIXPKGS_ALLOW_INSECURE=1 nixos-rebuild switch --fast --flake .#vps --target-host root@room409.xyz --impure +#NIXPKGS_ALLOW_INSECURE=1 nixos-rebuild boot --fast --flake .#vps --target-host root@room409.xyz --impure