From daaf66420582db82f8cad09510324656d429d229 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 20 Sep 2022 02:18:09 +0200 Subject: Fully separate hosts from hardwares Now hosts/ and hardware/ live under different directories and their joined system configurations are permutated and exposed throught the host-hardware outputs --- hardware/laptop/default.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hardware/laptop/default.nix (limited to 'hardware/laptop/default.nix') diff --git a/hardware/laptop/default.nix b/hardware/laptop/default.nix new file mode 100644 index 0000000..b0125ee --- /dev/null +++ b/hardware/laptop/default.nix @@ -0,0 +1,4 @@ +{ ... }: +{ + imports = [ ./hardware.nix ]; +} -- cgit 1.4.1