1
0
Fork 0
mirror of https://github.com/Unkn0wnCat/dotfiles.git synced 2025-08-11 00:16:39 +02:00

Add docker to amon

This commit is contained in:
Kevin Kandlbinder 2023-04-24 12:53:36 +02:00
commit a99c56eb0c
Signed by: kevin
GPG key ID: 1460B586646E180D
2 changed files with 7 additions and 1 deletions
nixos/modules/server

View file

@ -0,0 +1,6 @@
{
virtualisation.docker = {
enable = true;
autoPrune.enable = true;
};
}