From 5a9db87ab30e824c0ec33efa78327ed07910361f Mon Sep 17 00:00:00 2001
From: self <self@awful.systems>
Date: Sun, 25 Jun 2023 20:47:27 -0700
Subject: [PATCH] add nix command to deployments

---
 hardware/shared.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hardware/shared.nix b/hardware/shared.nix
index 06f498d..ecf8de3 100644
--- a/hardware/shared.nix
+++ b/hardware/shared.nix
@@ -17,5 +17,7 @@
 
   environment.systemPackages = [ pkgs.ssh-to-age ];
 
+  nix.settings.experimental-features = [ "nix-command" "flakes" ];
+
   system.stateVersion = "22.05";
 }
-- 
2.44.1