memorial site, vps commented out boot instead of switch

This commit is contained in:
Nathan Braswell
2026-05-30 23:36:42 -04:00
parent 8d615defee
commit 3263e03a34
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -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;
+1
View File
@@ -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