diff options
| author | lassulus <lass@aidsballs.de> | 2016-08-04 22:58:59 +0200 | 
|---|---|---|
| committer | lassulus <lass@aidsballs.de> | 2016-08-04 22:58:59 +0200 | 
| commit | bb967d4c6f7b1b5d59f64136419577f21c561dbb (patch) | |
| tree | 81caf1167f44f2646910ca890b609be24a04d8b7 /shared | |
| parent | 66381e098b9a4465a3ad51ced30d5648d55f9865 (diff) | |
s: always import 2configs (formerly base.nix)
Diffstat (limited to 'shared')
| -rw-r--r-- | shared/1systems/test-arch.nix | 1 | ||||
| -rw-r--r-- | shared/1systems/test-centos6.nix | 1 | ||||
| -rw-r--r-- | shared/1systems/test-centos7.nix | 1 | ||||
| -rw-r--r-- | shared/1systems/wolf.nix | 1 | ||||
| -rw-r--r-- | shared/2configs/default.nix (renamed from shared/2configs/base.nix) | 0 | ||||
| -rw-r--r-- | shared/default.nix | 1 | 
6 files changed, 1 insertions, 4 deletions
diff --git a/shared/1systems/test-arch.nix b/shared/1systems/test-arch.nix index 14fc038..a13fea4 100644 --- a/shared/1systems/test-arch.nix +++ b/shared/1systems/test-arch.nix @@ -3,7 +3,6 @@  {    imports = [      ../. -    ../2configs/base.nix      {        boot.loader.grub = {          device = "/dev/sda"; diff --git a/shared/1systems/test-centos6.nix b/shared/1systems/test-centos6.nix index 8add0b7..ebcece3 100644 --- a/shared/1systems/test-centos6.nix +++ b/shared/1systems/test-centos6.nix @@ -8,7 +8,6 @@ let  in {    imports = [      ../. -    ../2configs/base.nix      ../2configs/os-templates/CAC-CentOS-6.5-64bit.nix      {        networking.interfaces.enp11s0.ip4 = [ diff --git a/shared/1systems/test-centos7.nix b/shared/1systems/test-centos7.nix index 65daff5..9ea063c 100644 --- a/shared/1systems/test-centos7.nix +++ b/shared/1systems/test-centos7.nix @@ -6,7 +6,6 @@ let  in {    imports = [      ../. -    ../2configs/base.nix      ../2configs/os-templates/CAC-CentOS-7-64bit.nix      ../2configs/temp/networking.nix      ../2configs/temp/dirs.nix diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix index 3818cf2..8b09765 100644 --- a/shared/1systems/wolf.nix +++ b/shared/1systems/wolf.nix @@ -7,7 +7,6 @@ in  {    imports = [      ../. -    ../2configs/base.nix      <nixpkgs/nixos/modules/profiles/qemu-guest.nix>      ../2configs/collectd-base.nix      ../2configs/shack-nix-cacher.nix diff --git a/shared/2configs/base.nix b/shared/2configs/default.nix index 4926894..4926894 100644 --- a/shared/2configs/base.nix +++ b/shared/2configs/default.nix diff --git a/shared/default.nix b/shared/default.nix index 69b4aba..320e1a1 100644 --- a/shared/default.nix +++ b/shared/default.nix @@ -2,6 +2,7 @@ _:  {    imports = [      ../krebs +    ./2configs      ./3modules    ];  }  | 
