about summary refs log tree commit diff
path: root/nixos/alpha
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-10-21 20:41:37 +0900
committersefidel <contact@sefidel.net>2023-10-21 20:41:37 +0900
commit92dd9f59caf965133ef8e4b2ad9b187fb75e4463 (patch)
treebaf97006a3f28b10f900eb515f35e03a28513eb3 /nixos/alpha
parent5168a96077349759a3e9ebb59882960d9e8d939b (diff)
downloadnixrc-92dd9f59caf965133ef8e4b2ad9b187fb75e4463.tar.gz
nixrc-92dd9f59caf965133ef8e4b2ad9b187fb75e4463.zip
feat(nixos/alpha): enable trayscale
Diffstat (limited to 'nixos/alpha')
-rw-r--r--nixos/alpha/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index b53fbd4..e1f0793 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -226,6 +226,7 @@
 
   services.tailscale.enable = true;
   services.tailscale.useRoutingFeatures = "both";
+  programs.trayscale.enable = true;
 
   services.greetd = {
     enable = true;