Add redwood's local IP
This commit is contained in:
parent
762d3f98b9
commit
e0ed1b01bf
|
@ -207,6 +207,7 @@ let systemInformation = import ./system/system-information.nix; in
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"162.255.119.254" = ["www.librepunk.club"];
|
"162.255.119.254" = ["www.librepunk.club"];
|
||||||
"129.21.49.69" = ["www.librepunk.club"];
|
"129.21.49.69" = ["www.librepunk.club"];
|
||||||
|
"192.168.1.204" = ["redwood.corviform.gay"];
|
||||||
};
|
};
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
|
|
Loading…
Reference in a new issue