summary refs log tree commit diff
path: root/modules/common.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-04-20 01:22:58 +0200
committerMel <mel@rnrd.eu>2025-04-20 02:53:10 +0200
commit0744b77dd034b7196b4171ea86c3e40301488f50 (patch)
tree761d21c4a5a3fae637d9cd0b7ccdf2fd241f71db /modules/common.nix
parente5a55144aae9b487c8ce97022508be0c1f6d6e04 (diff)
downloadnetwork-0744b77dd034b7196b4171ea86c3e40301488f50.tar.zst
network-0744b77dd034b7196b4171ea86c3e40301488f50.zip
Mark and correctly order all services dependent on tailnet
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix
index e6aa4d7..ee9d6b2 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -63,7 +63,12 @@
     # sometimes needed for gnupg
     pcscd.enable = true;
   };
- 
+
+  foundation.tailnetServices = [
+    "docker"
+    "sshd"
+  ];
+
   programs = {
     fish.enable = true;
     git.enable = true;