From 9a7beec481dcefff30ee0270adea4b2320338a0e Mon Sep 17 00:00:00 2001 From: chaos Date: Sat, 31 Aug 2024 15:58:32 +0100 Subject: [PATCH] remove minimalServer on pi --- hosts/raspberry-pi5/raspberry-pi5.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/raspberry-pi5/raspberry-pi5.nix b/hosts/raspberry-pi5/raspberry-pi5.nix index e6ef4d8..033a0ef 100644 --- a/hosts/raspberry-pi5/raspberry-pi5.nix +++ b/hosts/raspberry-pi5/raspberry-pi5.nix @@ -28,16 +28,14 @@ in { (with tree.presets.nixos; [ serverBase - + desktopGui ]) (with presets.home-manager.by-user; [ root.base - root.minimalServer chaos.base - chaos.minimalServer chaos.guiDesktop ])