add docker

This commit is contained in:
blur-star 2022-09-17 18:33:27 +01:00
parent eac0873ddb
commit 59f46086ad
1 changed files with 6 additions and 1 deletions

View File

@ -101,5 +101,10 @@ in
allowedUDPPorts = [ ];
};
system.stateVersion = "22.05";
#-------------Docker---------------
virtualisation.docker.enable = true;
#----------------------------------
system.stateVersion = "22.05";
}