Commit fa0a711b4358
Changed files (1)
systems
common
services
systems/common/services/lxd.nix
@@ -5,7 +5,7 @@
virtualisation = {
lxd = {
enable = true;
- # zfsSupport = true;
+ # https://documentation.ubuntu.com/lxd/en/latest/howto/access_ui/
ui = {
enable = true;
package = pkgs.lxd-ui;