default.nix (126B)
1 {...}: { 2 virtualisation.docker.enable = true; 3 virtualisation.docker.storageDriver = "btrfs"; 4 services.k3s.enable = true; 5 }