s: always import 2configs (formerly base.nix)
This commit is contained in:
parent
7e55508eaf
commit
ad00352682
@ -3,7 +3,6 @@
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
../2configs/base.nix
|
||||
{
|
||||
boot.loader.grub = {
|
||||
device = "/dev/sda";
|
||||
|
@ -8,7 +8,6 @@ let
|
||||
in {
|
||||
imports = [
|
||||
../.
|
||||
../2configs/base.nix
|
||||
../2configs/os-templates/CAC-CentOS-6.5-64bit.nix
|
||||
{
|
||||
networking.interfaces.enp11s0.ip4 = [
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -2,6 +2,7 @@ _:
|
||||
{
|
||||
imports = [
|
||||
../krebs
|
||||
./2configs
|
||||
./3modules
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user