revert: use old flake

This commit is contained in:
fabricsoul 2025-02-25 17:17:26 -05:00
parent d164e5e53d
commit a2e660782f
20 changed files with 1158 additions and 3 deletions

View file

@ -0,0 +1,4 @@
# hosts/common/optional/docker.nix
{...}: {
virtualisation.docker.enable = true;
}