From b2d4dbd14281fb90eb9230738710602dd60f645e Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Tue, 23 Jan 2024 00:37:52 +0900
Subject: feat(nixos): configure colmena on all systems

---
 nixos/haruka/configuration.nix | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'nixos/haruka')

diff --git a/nixos/haruka/configuration.nix b/nixos/haruka/configuration.nix
index ded7205..ef30905 100644
--- a/nixos/haruka/configuration.nix
+++ b/nixos/haruka/configuration.nix
@@ -3,6 +3,12 @@
 {
   imports = [ ];
 
+  deployment = {
+    targetUser = "sefidel";
+    targetHost = "haruka.bee-polaris.ts.net";
+    allowLocalDeployment = true;
+  };
+
   security = {
     rtkit.enable = true;
     doas.enable = true;
-- 
cgit 1.4.1