init commit so flakes work
This commit is contained in:
commit
076814d4b9
6 changed files with 106 additions and 0 deletions
8
.modules/services/docker.nix
Normal file
8
.modules/services/docker.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
_: { config, pkgs, lib, ... }:
|
||||
{
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
liveRestore = false;
|
||||
autoPrune.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue