Add virt manager and deno

This commit is contained in:
Zeph Levy 2026-02-19 10:31:51 +01:00
parent 87db62a37c
commit e078956a63
3 changed files with 17 additions and 12 deletions

View file

@ -5,6 +5,10 @@
# virtualisation.docker.enable = true;
virtualisation.containers.enable = true;
programs.virt-manager.enable = true;
users.groups.libvirtd.members = [ "zeph" ];
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
virtualisation = {
podman = {
enable = true;

View file

@ -21,6 +21,7 @@
go
gopls
bun
deno
svelte-language-server
typescript-language-server
nixd