diff options
author | makefu <github@syntax-fehler.de> | 2015-08-04 15:21:38 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-08-04 15:21:38 +0200 |
commit | 393444d5f4edcfdcab4b4e222b2760f39d378ee6 (patch) | |
tree | e9de39223aff0e02b880c6695ffd30f58955cfcf /lass/1systems | |
parent | 7d75cf113fc2ed694e100cd1e6e0f040ef870f19 (diff) | |
parent | b4606691878584d39018834354ef9e4a6048f4c4 (diff) |
Merge remote-tracking branch 'cloudkrebs/master'
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/cloudkrebs.nix | 12 | ||||
-rw-r--r-- | lass/1systems/mors.nix | 5 |
2 files changed, 11 insertions, 6 deletions
diff --git a/lass/1systems/cloudkrebs.nix b/lass/1systems/cloudkrebs.nix index a60024b03..515810e44 100644 --- a/lass/1systems/cloudkrebs.nix +++ b/lass/1systems/cloudkrebs.nix @@ -2,12 +2,12 @@ { imports = [ - ../../2configs/tv/CAC-Developer-2.nix - ../../2configs/tv/CAC-CentOS-7-64bit.nix - ../../2configs/lass/base.nix - ../../2configs/lass/retiolum.nix - ../../2configs/lass/fastpoke-pages.nix - ../../2configs/lass/new-repos.nix + ../../tv/2configs/CAC-Developer-2.nix + ../../tv/2configs/CAC-CentOS-7-64bit.nix + ../2configs/base.nix + ../2configs/retiolum.nix + ../2configs/fastpoke-pages.nix + ../2configs/new-repos.nix { networking.interfaces.enp2s1.ip4 = [ { diff --git a/lass/1systems/mors.nix b/lass/1systems/mors.nix index 5bef56682..e7edcccea 100644 --- a/lass/1systems/mors.nix +++ b/lass/1systems/mors.nix @@ -44,6 +44,11 @@ networking.wireless.enable = true; networking.extraHosts = '' + 10.243.206.102 habsys.de + 10.243.206.102 pixelpocket.de + 10.243.206.102 karlaskop.de + 10.243.206.102 ubikmedia.de + 10.243.206.102 apanowicz.de ''; nix.maxJobs = 4; |