fix(nix): move podman and distrobox to virtualisation options
This commit is contained in:
parent
e9816ab8e2
commit
1c1c47d7a1
1 changed files with 4 additions and 2 deletions
|
@ -26,9 +26,11 @@
|
|||
machine = {
|
||||
bluetooth.enable = true;
|
||||
usb.automount = true;
|
||||
virtualisation = {
|
||||
podman.enable = true;
|
||||
podman.distrobox.enable = true;
|
||||
};
|
||||
};
|
||||
server.web-apps = {
|
||||
comfy-ui.enable = true;
|
||||
sd-webui-forge.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue