fixed substituters
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
imports = [
|
||||
./home/yaroslav/home.nix
|
||||
./home/yaroslav/home_gui.nix
|
||||
|
||||
./home/yaroslav/kitty.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,5 +20,8 @@
|
||||
nix.settings.trusted-public-keys = [
|
||||
"Aphelion:8l9lrL3kszDTXkpA/R4ZFhSifiBoogiOIt1srgLb6Vw="
|
||||
];
|
||||
nix.settings.substituters = [
|
||||
"ssh-ng://nixremote@Aphelion"
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user