summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-07-06 11:07:49 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-07-06 11:09:03 -0500
commit1d517173e26aa20b98bc3dcae058cc92b25e09c3 (patch)
treeff15ce983d3d31c0fdec1c2863c6da0b22a41334 /hosts
parent2a5add85a923f4a67d800b7e0fdcec1f23893c3f (diff)
downloadnixos-config-1d517173e26aa20b98bc3dcae058cc92b25e09c3.tar.gz
nixos-config-1d517173e26aa20b98bc3dcae058cc92b25e09c3.zip
hosts/*: Add tools for file-syncing
Diffstat (limited to 'hosts')
-rw-r--r--hosts/bean/common.nix1
-rw-r--r--hosts/carrot/default.nix1
-rw-r--r--hosts/thyme/packages.nix1
-rw-r--r--hosts/tomato/packages.nix1
4 files changed, 4 insertions, 0 deletions
diff --git a/hosts/bean/common.nix b/hosts/bean/common.nix
index 1918c57..27e3c86 100644
--- a/hosts/bean/common.nix
+++ b/hosts/bean/common.nix
@@ -25,6 +25,7 @@ in
gui.fonts = true;
net.tools.minimal = true;
sound.tools = true;
+ sync.tools = true;
sys.tools = true;
www.browser = true;
};
diff --git a/hosts/carrot/default.nix b/hosts/carrot/default.nix
index cea43df..96f349b 100644
--- a/hosts/carrot/default.nix
+++ b/hosts/carrot/default.nix
@@ -24,6 +24,7 @@ in
net.tools.minimal = true;
script.utils = true;
sound.tools = true;
+ sync.tools = true;
sys.tools = true;
www.browser = true;
};
diff --git a/hosts/thyme/packages.nix b/hosts/thyme/packages.nix
index ef8ebba..c2adc1e 100644
--- a/hosts/thyme/packages.nix
+++ b/hosts/thyme/packages.nix
@@ -18,6 +18,7 @@
net.tools.full = true;
script.utils = true;
sound.tools = true;
+ sync.tools = true;
sys.tools = true;
writing.tools = true;
www.browser = true;
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;