From fb92557bc3506a586e5c37ed6643f50f21958317 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Tue, 27 Aug 2024 16:20:38 -0400 Subject: [PATCH] Change some stuff with my SSH profile --- home-manager/jimbo_ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/jimbo_ssh.nix b/home-manager/jimbo_ssh.nix index d84684e..f3e3021 100644 --- a/home-manager/jimbo_ssh.nix +++ b/home-manager/jimbo_ssh.nix @@ -11,7 +11,7 @@ auth = import ./common/auth.nix; in { nixdate = '' - home-manager switch --flake ~/.home-manager/.#jimbo@JimPublic; + home-manager switch --flake ~/.home-manager/.#jimbo@SSH --extra-experimental-features "nix-command flakes" ''; }; };