From 6795b5bd64c240cd989b2db12eb5c4652e48aecd Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 9 Sep 2022 01:15:18 +0200 Subject: Implement host-hardware separation --- hosts/luna/hardware/chromebook/default.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hosts/luna/hardware/chromebook/default.nix (limited to 'hosts/luna/hardware/chromebook/default.nix') diff --git a/hosts/luna/hardware/chromebook/default.nix b/hosts/luna/hardware/chromebook/default.nix new file mode 100644 index 0000000..b0125ee --- /dev/null +++ b/hosts/luna/hardware/chromebook/default.nix @@ -0,0 +1,4 @@ +{ ... }: +{ + imports = [ ./hardware.nix ]; +} -- cgit 1.4.1