odin: Use Incus UI from nixpkgs
This commit is contained in:
parent
828a7c22bd
commit
e4002035d5
1 changed files with 4 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
|||
virtualisation = {
|
||||
incus = {
|
||||
enable = true;
|
||||
ui.enable = true;
|
||||
preseed = {
|
||||
networks = [
|
||||
{
|
||||
|
@ -121,9 +122,9 @@
|
|||
pkgs.e2fsprogs
|
||||
pkgs.kmod
|
||||
];
|
||||
environment = {
|
||||
INCUS_UI = pkgs.incus-ui;
|
||||
};
|
||||
# environment = {
|
||||
# INCUS_UI = pkgs.incus-ui;
|
||||
# };
|
||||
};
|
||||
incus-preseed = {
|
||||
path = [ pkgs.lvm2 ];
|
||||
|
|
Loading…
Reference in a new issue