Fix push-iosevka-cache, explicitly tell to use ssh

This commit is contained in:
Evie Litherland-Smith 2024-03-02 17:02:24 +00:00
parent fb0f35c7a7
commit fdafe6c515

View file

@ -2,4 +2,4 @@ HOSTNAME=$(hostname)
IOSEVKA_ETOILE=/etc/nixos/#nixosConfigurations.$HOSTNAME.config.stylix.fonts.sansSerif.package
IOSEVKA_AILE=/etc/nixos/#nixosConfigurations.$HOSTNAME.config.stylix.fonts.serif.package
IOSEVKA_CUSTOM=/etc/nixos/#nixosConfigurations.$HOSTNAME.config.stylix.fonts.monospace.package
nix copy --to xenia@legion "$IOSEVKA_ETOILE" "$IOSEVKA_AILE" "$IOSEVKA_CUSTOM"
nix copy --to ssh://xenia@legion "$IOSEVKA_ETOILE" "$IOSEVKA_AILE" "$IOSEVKA_CUSTOM"