From 87338c456882475cdc2a41e4e94dcb7920ee66ca Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 17 May 2025 17:32:21 +0200 Subject: [PATCH] feat: also use server home config for host lily --- modules/core/user.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/core/user.nix b/modules/core/user.nix index b96dbee..ee3ecce 100644 --- a/modules/core/user.nix +++ b/modules/core/user.nix @@ -23,6 +23,8 @@ [ ./../home/default.server.nix ] else if (host == "dandelion") then [ ./../home/default.server.nix ] + else if (host == "lily") then + [ ./../home/default.server.nix ] # else if (host == "yoshino") then # [ ./../home/default.nix ] else