diff --git a/hosts/c1/default.nix b/hosts/c1/default.nix index 445f5ff..eab3e84 100644 --- a/hosts/c1/default.nix +++ b/hosts/c1/default.nix @@ -1,9 +1,9 @@ { pkgs, inputs, ... }: { - imports = [ + imports = [ + ../../common/encrypted-btrfs-layout.nix ../../common/global ../../common/compute-node.nix - ../../common/encrypted-btrfs-layout.nix ./hardware.nix ]; diff --git a/hosts/c2/default.nix b/hosts/c2/default.nix index e787530..ef919b5 100644 --- a/hosts/c2/default.nix +++ b/hosts/c2/default.nix @@ -1,9 +1,9 @@ { pkgs, inputs, ... }: { - imports = [ + imports = [ + ../../common/encrypted-btrfs-layout.nix ../../common/global ../../common/compute-node.nix - ../../common/encrypted-btrfs-layout.nix ./hardware.nix ]; diff --git a/hosts/c3/default.nix b/hosts/c3/default.nix index d4ea9c6..aec9444 100644 --- a/hosts/c3/default.nix +++ b/hosts/c3/default.nix @@ -1,9 +1,9 @@ { pkgs, inputs, ... }: { - imports = [ + imports = [ + ../../common/encrypted-btrfs-layout.nix ../../common/global ../../common/compute-node.nix - ../../common/encrypted-btrfs-layout.nix ./hardware.nix ]; diff --git a/hosts/chilly/default.nix b/hosts/chilly/default.nix index e24bf77..b64421d 100644 --- a/hosts/chilly/default.nix +++ b/hosts/chilly/default.nix @@ -1,9 +1,9 @@ { lib, pkgs, inputs, ... }: { imports = [ + ../../common/encrypted-btrfs-layout.nix ../../common/global ../../common/base-node.nix - ../../common/encrypted-btrfs-layout.nix ./hardware.nix ]; diff --git a/hosts/zippy/default.nix b/hosts/zippy/default.nix index a26b773..20916cd 100644 --- a/hosts/zippy/default.nix +++ b/hosts/zippy/default.nix @@ -1,10 +1,10 @@ { pkgs, inputs, ... }: { - imports = [ + imports = [ + ../../common/encrypted-btrfs-layout.nix ../../common/global ../../common/compute-node.nix ../../common/dev-node.nix - ../../common/encrypted-btrfs-layout.nix ./hardware.nix ];