memorial site, vps commented out boot instead of switch
This commit is contained in:
@@ -748,6 +748,11 @@
|
|||||||
enableACME = true;
|
enableACME = true;
|
||||||
root = "/var/www/faint.room409.xyz";
|
root = "/var/www/faint.room409.xyz";
|
||||||
};
|
};
|
||||||
|
virtualHosts."bobatwater.com" = {
|
||||||
|
forceSSL = true;
|
||||||
|
enableACME = true;
|
||||||
|
root = "/var/www/bobatwater.com";
|
||||||
|
};
|
||||||
virtualHosts."shell.room409.xyz" = {
|
virtualHosts."shell.room409.xyz" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
#!/usr/bin/env sh
|
#!/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 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
|
||||||
|
|||||||
Reference in New Issue
Block a user