add bambu!

This commit is contained in:
2026-04-20 14:28:12 +09:00
parent e20fd1dd81
commit ff46f6b509
8 changed files with 177 additions and 31 deletions

View File

@@ -1,6 +1,7 @@
# container and vm config
{ ... }: {
{ ... }:
{
virtualisation = {
containers.enable = true;
podman = {
@@ -11,6 +12,9 @@
};
libvirtd.enable = true;
spiceUSBRedirection.enable = true;
incus.enable = true;
lxc.enable = true;
};
programs.virt-manager.enable = true;