1
0
Fork 0
nix-configuration/hosts/default.nix
2024-03-04 10:57:41 -05:00

8 lines
71 B
Nix

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