Change domain

This commit is contained in:
2025-12-27 18:13:22 +03:00
committed by Sweetbread
parent 9281b78cd9
commit 03a6cfbb96
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
config = {
nix.settings = {
keep-going = true;
extra-substituters = [ "https://nix.codrs.ru/main" ];
extra-substituters = [ "https://nix.lair.moe/main" ];
extra-trusted-public-keys = [ "main:kpwMe+9BsGJ/IUb7i3iadaV38y5/Yuqoct0mf7wI9ds=" ];
experimental-features = [ "nix-command" "flakes" ];
};