ports test

This commit is contained in:
4DBug
2026-03-03 17:05:04 -06:00
parent 4974969c6f
commit c10eca565f
17 changed files with 85 additions and 55 deletions

View File

@@ -1,10 +1,12 @@
{ inputs, ... }: {
den.aspects.copyparty = {
nixos = {
nixos = { config, ... }: {
imports = [ inputs.copyparty.nixosModules.default ];
nixpkgs.overlays = [ inputs.copyparty.overlays.default ];
den.tunnels = [ "files" ];
services.copyparty = {
enable = true;
@@ -13,7 +15,7 @@
settings = {
i = "0.0.0.0";
p = [ 3210 3211 ];
p = [ config.den.portmap.files (config.den.portmap.files + 1) ];
no-reload = true;
ignored-flag = false;
};
@@ -22,10 +24,6 @@
bug = {
passwordFile = "/home/bug/mailserver/bug.passwd";
};
#sang = {
#passwordFile = "/home/bug/nix/sang.passwd";
#};
};
groups = {