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

8 lines
102 B
Nix

{...}: {
imports = [
./secrets.nix
./searx.nix
./syncyomi.nix
./wallabag.nix
];
}