1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-03-13 16:03:25 +00:00
.dotfiles/nixos/docker/default.nix
2025-03-07 21:13:38 -05:00

5 lines
41 B
Nix

{ ... }: {
imports = [
./pihole
];
}