diff --git a/modules/core/user.nix b/modules/core/user.nix index fa4a29b..c988eda 100644 --- a/modules/core/user.nix +++ b/modules/core/user.nix @@ -13,8 +13,8 @@ [ ./../home/default.server.nix ] else if (host == "dandelion") then [ ./../home/default.server.nix ] - else if (host == "yoshino") then - [ ./../home/default.yoshino.nix ] + # else if (host == "yoshino") then + # [ ./../home/default.nix ] else [ ./../home ]; home = { username = "${username}";