Extract a docker mixin

This commit is contained in:
Oliver Davies 2025-04-05 09:00:00 +01:00
parent a4cacfd4de
commit 44d2685854
11 changed files with 20 additions and 46 deletions

View file

@ -9,8 +9,7 @@
./users.nix
../../modules/mixins/bluetooth.nix
./modules/docker.nix
../../modules/mixins/docker.nix
../common
../../users/opdavies

View file

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