aplysia: fix build

This commit is contained in:
Gabriel Ebner 2022-11-24 02:30:21 +01:00
parent c12f4efc1d
commit d7cdd2a2b3
1 changed files with 3 additions and 2 deletions

View File

@ -40,6 +40,7 @@ in
nilotica = { nilotica = {
group = "nilotica"; group = "nilotica";
isNormalUser = true;
}; };
transmission = { transmission = {
@ -134,7 +135,7 @@ in
ipv6.routes = [ { address = "::"; prefixLength = 0; } ]; ipv6.routes = [ { address = "::"; prefixLength = 0; } ];
}; };
environment.systemPackages = with pkgs; [ wireguard ]; environment.systemPackages = with pkgs; [ wireguard-tools ];
}; };
privateNetwork = true; privateNetwork = true;
@ -211,7 +212,7 @@ in
services.rsyncd = { services.rsyncd = {
enable = true; enable = true;
modules = { settings = {
lr_mobile = { lr_mobile = {
path = "/mnt/aplysia/fotos/lr_mobile"; path = "/mnt/aplysia/fotos/lr_mobile";
"read only" = "yes"; "read only" = "yes";