a dotfile but it's really big
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at dbb8107cd7d297a522c8a8f009d3d2e07c6d37ff 12 lines 243 B view raw
1{ lib, config, ... }: 2{ 3 config = lib.mkIf config.dev.docker.enable { 4 virtualisation.docker = { 5 enable = lib.mkDefault true; 6 enableOnBoot = false; 7 daemon.settings = { 8 shutdown-timeout = 2; 9 }; 10 }; 11 }; 12}