summaryrefslogtreecommitdiffstats
path: root/modules/lass/networking-cloudkrebs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lass/networking-cloudkrebs.nix')
-rw-r--r--modules/lass/networking-cloudkrebs.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/lass/networking-cloudkrebs.nix b/modules/lass/networking-cloudkrebs.nix
new file mode 100644
index 00000000..7982da00
--- /dev/null
+++ b/modules/lass/networking-cloudkrebs.nix
@@ -0,0 +1,14 @@
+{...}:
+{
+ networking.hostName = "cloudkrebs";
+ networking.interfaces.enp2s1.ip4 = [
+ {
+ address = "104.167.112.39";
+ prefixLength = 24;
+ }
+ ];
+ networking.defaultGateway = "104.167.112.1";
+ networking.nameservers = [
+ "8.8.8.8"
+ ];
+}