cloudkrebs: use another networking.nix
This commit is contained in:
parent
54929ed9d1
commit
3120446d3c
@ -4,9 +4,10 @@
|
|||||||
imports = [
|
imports = [
|
||||||
../tv/base-cac-CentOS-7-64bit.nix
|
../tv/base-cac-CentOS-7-64bit.nix
|
||||||
../lass/retiolum-cloudkrebs.nix
|
../lass/retiolum-cloudkrebs.nix
|
||||||
../lass/networking-cloudkrebs.nix
|
./networking.nix
|
||||||
../../secrets/cloudkrebs-pw.nix
|
../../secrets/cloudkrebs-pw.nix
|
||||||
../lass/sshkeys.nix
|
../lass/sshkeys.nix
|
||||||
|
../common/nixpkgs.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
@ -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"
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user