push
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
volumes = {
|
||||
"/" = {
|
||||
path = "/srv/copyparty";
|
||||
path = "/home/copyparty";
|
||||
|
||||
access = {
|
||||
r = "*";
|
||||
@@ -58,19 +58,6 @@
|
||||
scan = 60;
|
||||
};
|
||||
};
|
||||
|
||||
/* "/sang" = {
|
||||
path = "/srv/sang";
|
||||
|
||||
access = {
|
||||
rw = [ "bug" ]; #"sang" ];
|
||||
};
|
||||
|
||||
flags = {
|
||||
fk = 4;
|
||||
scan = 60;
|
||||
};
|
||||
}; */
|
||||
};
|
||||
|
||||
openFilesLimit = 8192;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
nixos = { pkgs, config, ... }: let
|
||||
companionPort = 8282;
|
||||
companionPath = "/companion";
|
||||
companionKey = "kKg3RKeZjE7frmvw";
|
||||
companionKey = "kKg3RKeZjE7frmvr";
|
||||
port = config.den.portmap.tube;
|
||||
in {
|
||||
den.tunnels = [ "tube" ];
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
imports = [
|
||||
(fetchTarball {
|
||||
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/master.tar.gz";
|
||||
sha256 = "0j3q1i80zcb94ylivyyqfid4h2js1dycf0fa6y5gdbr48ldgz3nb";
|
||||
sha256 = "0bw68h902j6cz4nshzd9iy2c6slg91026l3gydkgj4d7amsjvmg4";
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user