From 6df89b4b06731c51d3d3c0460e0eda5f67526f80 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Mon, 25 May 2026 07:52:24 +0000 Subject: [PATCH] Allow access to KVM --- hosts/deimos/nixos.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/deimos/nixos.nix b/hosts/deimos/nixos.nix index 4fd7b5b..e1bfc0d 100644 --- a/hosts/deimos/nixos.nix +++ b/hosts/deimos/nixos.nix @@ -15,6 +15,7 @@ in extraGroups = [ "wheel" "docker" + "kvm" ]; openssh.authorizedKeys.keys = identities.getAccessKeys { user = primaryUser; }; shell = pkgs.zsh;