reNixos/kyra/services/qemuGuest.nix
s0me1newithhand7s d5917b3304 kyra(hardening): qemuGuest turned off
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-03 16:06:55 +03:00

7 lines
74 B
Nix

_: {
services = {
qemuGuest = {
enable = false;
};
};
}