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";