feat: enable docker

This commit is contained in:
etwas 2025-09-04 10:02:59 +02:00
parent 007c6859c1
commit cefef293c3
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0
2 changed files with 7 additions and 0 deletions

View file

@ -2,6 +2,7 @@
imports = [
./agenix
./auth.nix
./docker.nix
./gnome.nix
./niri.nix
./printing.nix

6
modules/utils/docker.nix Normal file
View file

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