From d3c5895631263a169afb3604489905e23f441416 Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 29 Jun 2025 14:39:23 -0400 Subject: [PATCH] Move filesystems to system folder. --- nodes/hosts/lappy/configuration.nix | 2 +- nodes/hosts/lappy/{ => system}/filesystems.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename nodes/hosts/lappy/{ => system}/filesystems.nix (100%) 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