diff options
Diffstat (limited to 'nix/modules/vars.nix')
-rw-r--r-- | nix/modules/vars.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/vars.nix b/nix/modules/vars.nix index 5d22584..6ee1cc0 100644 --- a/nix/modules/vars.nix +++ b/nix/modules/vars.nix @@ -24,7 +24,7 @@ remoteHost = lib.mkOption { type = lib.types.str; - default = "nullring.xyz"; + default = "ret2pop.net"; example = "example.com"; description = "Address to push to and pull from for website and git repos"; }; |