diff --git a/flake.lock b/flake.lock index 84580c0..23b4cc9 100644 --- a/flake.lock +++ b/flake.lock @@ -152,6 +152,7 @@ "flake-utils": "flake-utils_5", "heist": "heist", "nixpkgs": [ + "emanote", "ema", "nixpkgs" ], diff --git a/hosts/hetzner/ax101.nix b/hosts/hetzner/ax101.nix index 8934407..d97af31 100644 --- a/hosts/hetzner/ax101.nix +++ b/hosts/hetzner/ax101.nix @@ -109,6 +109,11 @@ services.openssh.permitRootLogin = "prohibit-password"; services.openssh.enable = true; + services.syncthing = { + enable = true; + user = "srid"; + dataDir = "/home/srid/priv/syncthing"; + }; # Define a user account. Don't forget to set a password with ‘passwd’. users.users.srid = {