From 56e393b240614cba8e6bc7f101c8fc0f103c34ef Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 27 Mar 2025 05:39:59 +0800 Subject: [PATCH] fix: add import keyword for mellinoe --- configs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/default.nix b/configs/default.nix index 365d79f..ac14c63 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -33,7 +33,7 @@ ]) (lib.optionals (hostname == "mellinoe") [ ./bootloaders/systemd-boot.nix - (./filesystems/impermanence.nix { + (import ./filesystems/impermanence.nix { device = "/dev/disk/by-id/nvme-eui.01000000000000008ce38e04019a68ab"; }) ./hardware/cpu_intel.nix