restructured & first test of toggleable config
This commit is contained in:
10
modules/system/docker.nix
Normal file
10
modules/system/docker.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
daemon.settings = {
|
||||
experimental = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user