migrating hades hosts to this repo

This commit is contained in:
Vivian 2022-09-10 15:10:01 +02:00
parent afe348d913
commit b38f677544
15 changed files with 3672 additions and 18 deletions

View file

@ -8,18 +8,20 @@ final: prev: {
discord = prev.discord.override { withOpenASAR = true; };
vmagent = prev.callPackage ./vmagent { };
catppuccin.cursors = prev.callPackage ./catppuccin/cursors { };
v = {
unbound = prev.unbound.override {
withSystemd = true;
withDoH = true;
withDNSCrypt = true;
withTFO = true;
};
unbound = prev.unbound.override {
withSystemd = true;
withDoH = true;
withDNSCrypt = true;
withTFO = true;
};
v = {
glitch-soc = prev.callPackage ./glitch-soc { };
vmagent = prev.callPackage ./vmagent { };
gitea-agatheme = prev.callPackage ./gitea-agatheme { };
};
}