aplysia: fix build
This commit is contained in:
parent
c12f4efc1d
commit
d7cdd2a2b3
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user