modules/peertube: init

keep-around/bdc0498cb625d3b92b70818458e3e7e1038593eb
hexchen 2020-11-30 18:31:04 +00:00
parent c15724cb5f
commit 88b4eb461d
1 changed files with 7 additions and 1 deletions

View File

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