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
+1 -1
View File
@@ -59,7 +59,7 @@
imports = [
./home/yaroslav/home.nix
./home/yaroslav/home_gui.nix
./home/yaroslav/kitty.nix
];
};
}
+3
View File
@@ -20,5 +20,8 @@
nix.settings.trusted-public-keys = [
"Aphelion:8l9lrL3kszDTXkpA/R4ZFhSifiBoogiOIt1srgLb6Vw="
];
nix.settings.substituters = [
"ssh-ng://nixremote@Aphelion"
];
}