Files
spacestation/homelab/default.nix

7 lines
72 B
Nix

{...}: {
imports = [
# ./media_server
./ghostfolio.nix
];
}