From 5821c4ae97fa8c57e65fea39d6f21dd46b1d6045 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Wed, 24 Jul 2024 10:37:34 +0200 Subject: [PATCH] added incus ui to appserver --- appserver/incus.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appserver/incus.nix b/appserver/incus.nix index 5eaaa6d..22aa502 100644 --- a/appserver/incus.nix +++ b/appserver/incus.nix @@ -1,6 +1,9 @@ { config, pkgs, ... }: { - virtualisation.incus.enable = true; + virtualisation.incus = { + enable = true; + ui.enable = true; + }; environment.systemPackages = with pkgs; [ incus