1
0
Fork 0
nix-configuration/hosts/default.nix
2024-02-29 09:53:34 -05:00

8 lines
81 B
Nix

{ ... }: {
imports = [
./Dimaga
./Haven
./Pihole
./Shura
];
}