fixed substituters

This commit is contained in:
yaroslav
2025-09-24 09:26:35 +03:00
parent 9b2bfc95ea
commit 124b43639e
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -20,5 +20,8 @@
nix.settings.trusted-public-keys = [
"Aphelion:8l9lrL3kszDTXkpA/R4ZFhSifiBoogiOIt1srgLb6Vw="
];
nix.settings.substituters = [
"ssh-ng://nixremote@Aphelion"
];
}