move network.nix to using domain names
This commit is contained in:
parent
2fac03eba7
commit
f2af1296e0
2 changed files with 4 additions and 4 deletions
|
@ -11,6 +11,6 @@ No user in this region shall do the following.
|
|||
are the copyright owner, or you have a license that permits what you are doing).
|
||||
6. Sale of a controlled substance or other online pharmacies, and weapons.
|
||||
7. Harassment or advocacy of violence against a specific person or class of people
|
||||
8. Anything that violates the laws that governs Kansas City, Missouri.
|
||||
8. Anything that violates the laws that governs Ashburn, Virginia.
|
||||
9. Tor
|
||||
10. Anything to damage my IP Reputation
|
||||
|
|
|
@ -22,7 +22,7 @@ in
|
|||
};
|
||||
"nova" = { pkgs, ... }: {
|
||||
deployment = {
|
||||
targetHost = "193.57.159.93";
|
||||
targetHost = "nova.wolfgirl.systems";
|
||||
};
|
||||
imports = [
|
||||
./hosts/nova.nix
|
||||
|
@ -31,7 +31,7 @@ in
|
|||
};
|
||||
"jude" = { pkgs, ... }: {
|
||||
deployment = {
|
||||
targetHost = "23.143.82.34";
|
||||
targetHost = "jude.wolfgirl.systems";
|
||||
};
|
||||
imports = [
|
||||
./hosts/jude.nix
|
||||
|
@ -40,7 +40,7 @@ in
|
|||
};
|
||||
"alice" = { pkgs, ... }: {
|
||||
deployment = {
|
||||
targetHost = "207.167.121.11";
|
||||
targetHost = "alice.wolfgirl.systems";
|
||||
};
|
||||
imports = [
|
||||
./hosts/alice.nix
|
||||
|
|
Loading…
Reference in a new issue