Move common host features to features-nixos folder
This commit is contained in:
5
features-nixos/optional/docker.nix
Normal file
5
features-nixos/optional/docker.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user