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 22:21:40 -05:00

6 lines
52 B
Nix

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