summary refs log tree commit diff
path: root/machines/taupe/home.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-07-15 03:27:19 +0200
committerMel <mel@rnrd.eu>2025-07-15 03:30:56 +0200
commit9fd6ea4a21a9112425d4f8d46178404d7b33f386 (patch)
tree91d951398c53f8f02cda31f00471c74ae8afaf02 /machines/taupe/home.nix
parent1bc37f9dc418b0394ea9498ceb361ba545230fd0 (diff)
downloadnetwork-9fd6ea4a21a9112425d4f8d46178404d7b33f386.tar.zst
network-9fd6ea4a21a9112425d4f8d46178404d7b33f386.zip
Add 'taupe' server serving as exit node
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/taupe/home.nix')
-rw-r--r--machines/taupe/home.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/machines/taupe/home.nix b/machines/taupe/home.nix
new file mode 100644
index 0000000..8f27ed2
--- /dev/null
+++ b/machines/taupe/home.nix
@@ -0,0 +1,9 @@
+{ pkgs, ... }:
+
+{
+  imports = [
+    ../../modules/home/common.nix
+  ];
+
+  home.stateVersion = "25.05";
+}