nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

default.nix (126B)


      1 {...}: {
      2 	virtualisation.docker.enable = true;
      3 	virtualisation.docker.storageDriver = "btrfs";
      4 	services.k3s.enable = true;
      5 }