This commit is contained in:
Joseph Hanson 2024-08-07 07:21:58 -05:00
parent 89a9da926c
commit 73bd0b7d46
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -68,6 +68,15 @@ in
};
};
# no de
services = {
xserver = {
enable = false;
displayManager.gdm.enable = false;
desktopManager.gnome.enable = false;
};
};
# System settings and services.
mySystem = {
purpose = "Production";
@ -100,11 +109,6 @@ in
};
};
services = {
xserver = {
enable = false;
displayManager.gdm.enable = false;
desktopManager.gnome.enable = false;
};
podman.enable = true;
libvirt-qemu.enable = true;