1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-04-03 18:14:15 +00:00
.dotfiles/nixos/docker/default.nix
2025-03-07 23:38:29 -05:00

5 lines
41 B
Nix

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