diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-07-06 11:07:49 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-07-06 11:09:03 -0500 |
commit | 1d517173e26aa20b98bc3dcae058cc92b25e09c3 (patch) | |
tree | ff15ce983d3d31c0fdec1c2863c6da0b22a41334 /hosts/tomato | |
parent | 2a5add85a923f4a67d800b7e0fdcec1f23893c3f (diff) | |
download | nixos-config-1d517173e26aa20b98bc3dcae058cc92b25e09c3.tar.gz nixos-config-1d517173e26aa20b98bc3dcae058cc92b25e09c3.zip |
hosts/*: Add tools for file-syncing
Diffstat (limited to 'hosts/tomato')
-rw-r--r-- | hosts/tomato/packages.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix index bf27f23..391ae2c 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -22,6 +22,7 @@ in net.tools.full = true; script.utils = true; sound.tools = true; + sync.tools = true; sys.tools = true; writing.tools = true; www.browser = true; |