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