From 9f2651e3528b0baf048e5023259ce2def0c0724f Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sun, 23 Jun 2024 19:00:29 +0100 Subject: [PATCH] nixos/installer: Disable GUI stuff --- nixos/installer.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/installer.nix b/nixos/installer.nix index 232f374..caf4d20 100644 --- a/nixos/installer.nix +++ b/nixos/installer.nix @@ -52,6 +52,8 @@ home.shellAliases = { show-hw-config = "nixos-generate-config --show-hardware-config --root $INSTALL_ROOT"; }; + + my.gui.enable = false; }; services = {