From 124b43639e578d6b55b216b99f2ef56849ae58b5 Mon Sep 17 00:00:00 2001 From: yaroslav Date: Wed, 24 Sep 2025 09:26:35 +0300 Subject: [PATCH] fixed substituters --- flake.nix | 2 +- hosts/Ratchet/misc_Ratchet.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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" + ]; }