From 187eea4a75096ead28a6fc8ae45ba78247816a41 Mon Sep 17 00:00:00 2001 From: willemml Date: Sun, 5 Nov 2023 22:01:21 -0800 Subject: [PATCH] Makes the zeus.utmvm host console only --- nixos/hosts/zeus.utmvm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/zeus.utmvm.nix b/nixos/hosts/zeus.utmvm.nix index 7c6fb2b..49cf32b 100644 --- a/nixos/hosts/zeus.utmvm.nix +++ b/nixos/hosts/zeus.utmvm.nix @@ -1,5 +1,5 @@ {pkgs, ...}: { - imports = [../profiles/linux/gnome.nix]; + imports = [../profiles/linux/base.nix]; boot.extraModulePackages = [];