syncthing setup

This commit is contained in:
Henri Dohmen 2025-12-30 13:54:59 +01:00
parent 24df8a251b
commit 52c074f973
Signed by: hd
GPG key ID: AB79213B044674AE
19 changed files with 244 additions and 16 deletions

View file

@ -23,7 +23,7 @@ with lib;
extraGroups = [ "wheel" ];
shell = pkgs.fish;
packages = [ ];
openssh.authorizedKeys.keys = var.ssh-keys.trusted;
openssh.authorizedKeys.keys = var.ssh-keys.trusted-hd;
hashedPasswordFile = config.age.secrets.hd-password.path;
};
users.root = {