Change some stuff with my SSH profile

This commit is contained in:
Jimbo 2024-08-27 16:20:38 -04:00
parent 1a444097d4
commit fb92557bc3

View file

@ -11,7 +11,7 @@
auth = import ./common/auth.nix; auth = import ./common/auth.nix;
in { in {
nixdate = '' nixdate = ''
home-manager switch --flake ~/.home-manager/.#jimbo@JimPublic; home-manager switch --flake ~/.home-manager/.#jimbo@SSH --extra-experimental-features "nix-command flakes"
''; '';
}; };
}; };