Commit fa0a711b4358

Vincent Demeester <vincent@sbr.pm>
2025-04-20 00:55:39
systems/common: small comment on lxd
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4848295
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;