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, 0 insertions, 14 deletions
diff --git a/modules/lass/networking-cloudkrebs.nix b/modules/lass/networking-cloudkrebs.nix
deleted file mode 100644
index 7982da007..000000000
--- a/modules/lass/networking-cloudkrebs.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{...}:
-{
- 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"
- ];
-}