devices.nas: remove yumieko nixvirt instance

This commit is contained in:
2025-09-07 16:55:00 +08:00
parent bd95e5c7e5
commit 22e1d4f2f2

View File

@@ -68,13 +68,7 @@ inputs:
peertube = {};
nginx.applications.webdav.instances."webdav.chn.moe" = {};
# open-webui.ollamaHost = "192.168.83.3";
nixvirt.instance.yumieko =
{
memory.sizeMB = 8 * 1024;
cpu.count = 3;
network = { address = 6; portForward.tcp = [{ host = 5695; guest = 22; }]; };
storage = { iso = "${inputs.topInputs.self.src.guix}"; mountFrom = "ssd"; };
};
nixvirt = {};
};
user.users = [ "chn" "yumieko" ];
};