Skip to content

Commit a37898c

Browse files
eapolinarioclaude
andcommitted
feat(nixos): enable KVM and libvirtd on fusion-vm
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8af89e4 commit a37898c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nixos/hosts/fusion-vm/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
programs.uwsm.enable = true;
2121

2222
users.users.eduardo.shell = pkgs.nushell;
23-
users.users.eduardo.extraGroups = [ "input" "uinput" ];
23+
users.users.eduardo.extraGroups = [ "input" "uinput" "kvm" ];
24+
25+
virtualisation.libvirtd.enable = true;
2426

2527
hardware.uinput.enable = true;
2628

0 commit comments

Comments
 (0)