Fix push-iosevka-cache, explicitly tell to use ssh
This commit is contained in:
parent
fb0f35c7a7
commit
fdafe6c515
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue