summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
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;