aplysia: fix build
This commit is contained in:
parent
c12f4efc1d
commit
d7cdd2a2b3
@ -40,6 +40,7 @@ in
|
||||
|
||||
nilotica = {
|
||||
group = "nilotica";
|
||||
isNormalUser = true;
|
||||
};
|
||||
|
||||
transmission = {
|
||||
@ -134,7 +135,7 @@ in
|
||||
ipv6.routes = [ { address = "::"; prefixLength = 0; } ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ wireguard ];
|
||||
environment.systemPackages = with pkgs; [ wireguard-tools ];
|
||||
};
|
||||
|
||||
privateNetwork = true;
|
||||
@ -211,7 +212,7 @@ in
|
||||
|
||||
services.rsyncd = {
|
||||
enable = true;
|
||||
modules = {
|
||||
settings = {
|
||||
lr_mobile = {
|
||||
path = "/mnt/aplysia/fotos/lr_mobile";
|
||||
"read only" = "yes";
|
||||
|
Loading…
Reference in New Issue
Block a user