summaryrefslogtreecommitdiffstats
path: root/modules/lass/networking-cloudkrebs.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-04-08 13:30:26 +0200
committertv <tv@krebsco.de>2015-05-19 23:17:19 +0200
commita974029ad170deb1ecd6c24734f35ae653dae54c (patch)
tree92003bae378179e780acd3c0558f00c034980030 /modules/lass/networking-cloudkrebs.nix
parent4b57b58b5d3a551a4fad20a41bc3f6208307fd47 (diff)
add cloudkrebs.nix
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 0000000..7982da0
--- /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"
+ ];
+}