Added: Docker

This commit is contained in:
2025-03-26 14:42:48 +01:00
parent 4a21ce48d0
commit 5c6dec5e56
2 changed files with 7 additions and 1 deletions

6
home/programs/docker.nix Normal file
View File

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