From 28f11cc5c704b6901dc94551fb1504f0091bb69f Mon Sep 17 00:00:00 2001
From: sinanmohd <sinan@sinanmohd.com>
Date: Sun, 3 Sep 2023 09:48:03 +0530
Subject: flake/sops-nix: init

---
 hosts/kay/configuration.nix | 1 +
 1 file changed, 1 insertion(+)

(limited to 'hosts/kay')

diff --git a/hosts/kay/configuration.nix b/hosts/kay/configuration.nix
index 8ad42c8..74d49e6 100644
--- a/hosts/kay/configuration.nix
+++ b/hosts/kay/configuration.nix
@@ -6,5 +6,6 @@
     ../common.nix
   ];
 
+  networking.hostName = "kay";
   environment.systemPackages = with pkgs; [ tmux ];
 }
-- 
cgit v1.2.3