From d7cdd2a2b3950f8ae0f6bcbc8124a736c2e18053 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 24 Nov 2022 02:30:21 +0100 Subject: [PATCH] aplysia: fix build --- aplysia.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aplysia.nix b/aplysia.nix index ff6e858..4402f04 100644 --- a/aplysia.nix +++ b/aplysia.nix @@ -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";