diff --git a/nodes/hosts/lappy/configuration.nix b/nodes/hosts/lappy/configuration.nix index 12b187c..25fe700 100644 --- a/nodes/hosts/lappy/configuration.nix +++ b/nodes/hosts/lappy/configuration.nix @@ -8,9 +8,9 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ./filesystems.nix ./programs/sof-firmware.nix ./services/touchpad.nix + ./system/filesystems.nix ./system/networking.nix ]; diff --git a/nodes/hosts/lappy/filesystems.nix b/nodes/hosts/lappy/system/filesystems.nix similarity index 100% rename from nodes/hosts/lappy/filesystems.nix rename to nodes/hosts/lappy/system/filesystems.nix