nixos/installer: Disable GUI stuff

This commit is contained in:
Jack O'Sullivan 2024-06-23 19:00:29 +01:00
parent bce876ec42
commit 9f2651e352

View File

@ -52,6 +52,8 @@
home.shellAliases = {
show-hw-config = "nixos-generate-config --show-hardware-config --root $INSTALL_ROOT";
};
my.gui.enable = false;
};
services = {