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,8 +26,10 @@
|
||||||
machine = {
|
machine = {
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
usb.automount = true;
|
usb.automount = true;
|
||||||
podman.enable = true;
|
virtualisation = {
|
||||||
podman.distrobox.enable = true;
|
podman.enable = true;
|
||||||
|
podman.distrobox.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
server.web-apps = {
|
server.web-apps = {
|
||||||
comfy-ui.enable = true;
|
comfy-ui.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue