Files
nix-dotfiles/systems/palatine-hill/docker/default.nix
2024-08-17 22:17:05 -04:00

13 lines
129 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [ ./archiveteam.nix ];
virtualisation.oci-containers.backend = "docker";
}