cloudkrebs: use another networking.nix

This commit is contained in:
lassulus 2015-05-20 17:58:00 +02:00
parent 54929ed9d1
commit 3120446d3c
2 changed files with 2 additions and 15 deletions

View File

@ -4,9 +4,10 @@
imports = [
../tv/base-cac-CentOS-7-64bit.nix
../lass/retiolum-cloudkrebs.nix
../lass/networking-cloudkrebs.nix
./networking.nix
../../secrets/cloudkrebs-pw.nix
../lass/sshkeys.nix
../common/nixpkgs.nix
];
nixpkgs = {

View File

@ -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"
];
}