nix-conf/modules/servers/bragi/default.nix

7 lines
95 B
Nix

{...}: {
imports = [
./audiobookshelf.nix
./storage-box.nix
./secrets.nix
];
}