aboutsummaryrefslogtreecommitdiff
path: root/machines/fra01/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/fra01/default.nix')
-rw-r--r--machines/fra01/default.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/machines/fra01/default.nix b/machines/fra01/default.nix
index 9d94143..d6984e7 100644
--- a/machines/fra01/default.nix
+++ b/machines/fra01/default.nix
@@ -6,6 +6,23 @@ in
networking = {
domain = "ns.vapor.systems";
hostName = "fra01";
+ dhcpcd.enable = false;
+ interfaces.eth0 = {
+ ipv4.addresses = [{
+ address = "95.179.243.82";
+ prefixLength = 23;
+ }];
+ ipv6.addresses = [{
+ address = "2001:19f0:6c01:28e5:5400:3ff:fed7:7a2a";
+ prefixLength = 64;
+ }];
+ };
+
+ defaultGateway = "95.179.242.1";
+ defaultGateway6 = {
+ address = "fe80::fc00:3ff:fed7:7a2a";
+ interface = "eth0";
+ };
};
pubKey =