minor updates

This commit is contained in:
Vivian 2024-03-04 15:22:52 +01:00
parent 4416a21e47
commit 457537462a
6 changed files with 43 additions and 44 deletions

View file

@ -12,7 +12,9 @@
programs.wireshark.enable = true;
programs.wireshark.package = pkgs.wireshark;
virtualisation.lxc.enable = true;
virtualisation.lxc.enable = false;
virtualisation.lxd.enable = false;
virtualisation.podman.enable = false;
virtualisation.docker.enable = true;
virtualisation.docker.storageDriver = "btrfs";