about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJon Seager <jon@sgrs.uk>2023-07-17 11:13:14 +0100
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-07-17 08:04:42 -0300
commit5e73f0c1c96cd09f1961d0d102d12c2641d0ac62 (patch)
tree59c843bb39838b9e5099c8ab4d9f239d3ad00bc7 /nixos
parentb4c0a4370ea1afc0696650c32005253f550a31d0 (diff)
nixos/lxd: fix default ui package
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/virtualisation/lxd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/lxd.nix b/nixos/modules/virtualisation/lxd.nix
index 22e336c895f95..e22ba9a0ae2ca 100644
--- a/nixos/modules/virtualisation/lxd.nix
+++ b/nixos/modules/virtualisation/lxd.nix
@@ -91,7 +91,7 @@ in {
           Enables the (experimental) LXD UI.
         '');
 
-        package = mkPackageOption pkgs.lxd "ui" { };
+        package = mkPackageOption pkgs.lxd-unwrapped "ui" { };
       };
     };
   };