ports test
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user