exprs: add reposilite

This commit is contained in:
uku 2024-02-03 21:55:48 +01:00
parent 5aa89cd844
commit 2f49cefb0d
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
5 changed files with 125 additions and 0 deletions

5
exprs/modules.nix Normal file
View file

@ -0,0 +1,5 @@
{self, ...}: {
flake.nixosModules = {
reposilite = import ./reposilite/module.nix self;
};
}