From bb6da9ccb055bc3e3d1105ec980f7e9243f02a1a Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 27 Mar 2025 03:25:09 +0800 Subject: [PATCH] refactor: moved filesystems into their own folder --- configs/default.nix | 2 +- configs/{ => filesystems}/hw-nemesis.nix | 0 configs/{ => filesystems}/impermanence.nix | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename configs/{ => filesystems}/hw-nemesis.nix (100%) rename configs/{ => filesystems}/impermanence.nix (100%) diff --git a/configs/default.nix b/configs/default.nix index 21e289b..21d7517 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -28,8 +28,8 @@ ]) # Options for specific hostnames. (lib.optionals (hostname == "nemesis") [ - ./hw-nemesis.nix ./bootloaders/systemd-boot.nix + ./filesystems/hw-nemesis.nix ./hardware/cpu_amd.nix ./hardware/nvidia.nix ]) diff --git a/configs/hw-nemesis.nix b/configs/filesystems/hw-nemesis.nix similarity index 100% rename from configs/hw-nemesis.nix rename to configs/filesystems/hw-nemesis.nix diff --git a/configs/impermanence.nix b/configs/filesystems/impermanence.nix similarity index 100% rename from configs/impermanence.nix rename to configs/filesystems/impermanence.nix