Fix things

This commit is contained in:
Martin Pander
2026-02-06 23:06:49 +01:00
parent 744cb9eb0d
commit 0f2baf4651
2 changed files with 4 additions and 7 deletions

View File

@@ -22,12 +22,7 @@
shell = pkgs.zsh;
};
services.spice-vdagentd.enable = true;
services.qemuGuest.enable = true;
services.xserver.videoDrivers = [ "virtio" ];
hardware.graphics.enable = true;
services.openssh.enable = true;
system.stateVersion = "25.11";
}