added stuff
This commit is contained in:
parent
937f28770d
commit
236b8c2a6b
907 changed files with 70990 additions and 0 deletions
21
nyx/modules/options/system/services/bincache.nix
Normal file
21
nyx/modules/options/system/services/bincache.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib) mkModule;
|
||||
in {
|
||||
options.modules.system.services = {
|
||||
# binary cache backends
|
||||
bincache = {
|
||||
harmonia = mkModule {
|
||||
name = "Harmonia";
|
||||
type = "binary cache";
|
||||
host = "[::]";
|
||||
port = 5000;
|
||||
};
|
||||
|
||||
atticd = mkModule {
|
||||
name = "Atticd";
|
||||
type = "binary cache";
|
||||
port = 8100;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue