Removed XFCE from light config, as it was causing ssh errors
Some checks failed
Check config / build (push) Failing after 10m22s

This commit is contained in:
Alexandre 2026-05-31 23:43:28 +02:00
parent e21e87d195
commit 0839c70c8a

View File

@ -7,6 +7,6 @@ in
imports = [
./hardware-configuration.nix
modules.common.module
modules.nixos.desktop.xfce # Desktop Enviroment
#modules.nixos.desktop.xfce # Desktop Enviroment
];
}