From 727a8aad625b82350339723e8fd4caa02917b2f4 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 22 Mar 2025 17:26:58 +0800 Subject: [PATCH] fix(mellinoe): actually include disko in the config --- systems/mellinoe.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/mellinoe.nix b/systems/mellinoe.nix index a36fa71..319fc6b 100644 --- a/systems/mellinoe.nix +++ b/systems/mellinoe.nix @@ -5,6 +5,7 @@ ./modules/desktop.nix ./modules/bootloaders/systemd-boot.nix ./modules/hardware/bluetooth.nix + ./modules/ephemeral-root.nix ]; networking.hostName = "mellinoe"; system.stateVersion = "24.11";