diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-03-13 11:37:10 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-03-13 11:37:10 -0700 |
| commit | 2a4c959ef00fea785633afe44be0af77d6441a4b (patch) | |
| tree | 0cd6505ee3c3969effe2bafadf0620de6fd9e2cb /nix/systems/spontaneity | |
| parent | ba6373ebfbcafc99ce7a4fa100b2a26fc3bc2731 (diff) | |
new flake lock
Diffstat (limited to 'nix/systems/spontaneity')
| -rw-r--r-- | nix/systems/spontaneity/default.nix | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/nix/systems/spontaneity/default.nix b/nix/systems/spontaneity/default.nix index c64448a..bb5a92b 100644 --- a/nix/systems/spontaneity/default.nix +++ b/nix/systems/spontaneity/default.nix @@ -28,11 +28,27 @@ a.data = "66.42.84.130"; aaaa.data = "2001:19f0:5401:10d0:5400:5ff:fe4a:7794"; }; + "nullring.xyz" = { + a.data = "144.202.92.209"; + aaaa.data = "2001:19f0:8000:1c38:5400:04ff:fecf:58cd"; + }; }; subDomains = { - "${config.monorepo.vars.remoteHost}" = {}; + "${config.monorepo.vars.remoteHost}" = {}; "matrix.${config.monorepo.vars.remoteHost}" = {}; "www.${config.monorepo.vars.remoteHost}" = {}; + + "nullring.xyz" = {}; + "git.nullring.xyz" = {}; + "social.nullring.xyz" = {}; + "talk.nullring.xyz" = { + a.data = "66.42.84.130"; + aaaa.data = "2001:19f0:5401:10d0:5400:5ff:fe4a:7794"; + }; + "ret2pop.nullring.xyz" = { + a.data = "66.42.84.130"; + aaaa.data = "2001:19f0:5401:10d0:5400:5ff:fe4a:7794"; + }; }; }; }; |
