diff options
Diffstat (limited to 'hosts/thinkpad/configuration.nix')
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index 9f27ac0..fd8e727 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -51,7 +51,13 @@ srv = { bluetooth.enable = true; tailscale.enable = true; - ssh.enable = true; + ssh = { + client = { + enable = true; + createAliases = true; + }; + enableSigning = true; + }; firewall.enable = true; omnisearch.enable = true; i2p.enable = true; @@ -78,7 +84,16 @@ nix-helper.enable = true; monero.wallet.enable = true; sops.enable = true; - syncthing.enable = true; + syncthing = { + enable = true; + activeFolders = [ + "openmw-config" + "openmw-mods" + "game-saves" + "keepass" + "sync" + ]; + }; }; wm = { enable = true; |
