From 0839c70c8af66b6086c0abd7c9b30ed4ebd91959 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 31 May 2026 23:43:28 +0200 Subject: [PATCH] Removed XFCE from light config, as it was causing ssh errors --- hosts/light/modules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/light/modules.nix b/hosts/light/modules.nix index c683d92..e357d26 100644 --- a/hosts/light/modules.nix +++ b/hosts/light/modules.nix @@ -7,6 +7,6 @@ in imports = [ ./hardware-configuration.nix modules.common.module - modules.nixos.desktop.xfce # Desktop Enviroment + #modules.nixos.desktop.xfce # Desktop Enviroment ]; }