Restructure repo
This commit is contained in:
14
modules/nixos/copyparty.nix
Normal file
14
modules/nixos/copyparty.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
services = {
|
||||
copyparty = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
e2dsa = true;
|
||||
no-cfg = true;
|
||||
};
|
||||
};
|
||||
|
||||
caddy.virtualHosts."files.jelles.net".extraConfig = "reverse_proxy :3923";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user