diff --git a/hosts/raspberry-pi5/raspberry-pi5.nix b/hosts/raspberry-pi5/raspberry-pi5.nix index 533aa51..e6ef4d8 100644 --- a/hosts/raspberry-pi5/raspberry-pi5.nix +++ b/hosts/raspberry-pi5/raspberry-pi5.nix @@ -19,16 +19,26 @@ in { (with tree.profiles.nixos; [ sshd - connectivity.networkManager + tor wifiHardware nixGC serverExtras ]) + (with tree.presets.nixos; [ + serverBase + + desktopGui + ]) + (with presets.home-manager.by-user; [ root.base root.minimalServer + + chaos.base + chaos.minimalServer + chaos.guiDesktop ]) ./hardware.nix