haccfiles/modules/default.nix
2021-01-02 10:58:41 +00:00

14 lines
247 B
Nix

{ ... }:
let
immaeNix = fetchGit {
url = "https://git.immae.eu/perso/Immae/Config/Nix.git";
rev = "7ad4966f41db0669a77c7a6ee7f87f0d4e586b0c";
};
in {
imports = [
"${immaeNix}/modules/webapps/peertube.nix"
./funkwhale
];
}