From 47e2392a56d1c2d424c69c3c0a2da48bb6d8b4d8 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Mon, 12 Jan 2026 21:57:31 -0800 Subject: [PATCH] feat(john-endesktop): Enable virtualisation role --- machines/john-endesktop/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/john-endesktop/configuration.nix b/machines/john-endesktop/configuration.nix index 78e6eec..d124bfa 100644 --- a/machines/john-endesktop/configuration.nix +++ b/machines/john-endesktop/configuration.nix @@ -124,6 +124,8 @@ with lib; ]; }; + roles.virtualisation.enable = true; + # Time zone time.timeZone = "America/Los_Angeles"; # Adjust as needed