diff --git a/flake.nix b/flake.nix index 54685e9..008aecd 100644 --- a/flake.nix +++ b/flake.nix @@ -59,7 +59,7 @@ imports = [ ./home/yaroslav/home.nix ./home/yaroslav/home_gui.nix - + ./home/yaroslav/kitty.nix ]; }; } diff --git a/hosts/Ratchet/misc_Ratchet.nix b/hosts/Ratchet/misc_Ratchet.nix index 6d8cc30..5dcbb26 100644 --- a/hosts/Ratchet/misc_Ratchet.nix +++ b/hosts/Ratchet/misc_Ratchet.nix @@ -20,5 +20,8 @@ nix.settings.trusted-public-keys = [ "Aphelion:8l9lrL3kszDTXkpA/R4ZFhSifiBoogiOIt1srgLb6Vw=" ]; + nix.settings.substituters = [ + "ssh-ng://nixremote@Aphelion" + ]; }