Reorder extra-substituters
This commit is contained in:
parent
9ed4135be9
commit
1a7ed9ff17
1 changed files with 1 additions and 1 deletions
|
|
@ -2,9 +2,9 @@
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
extra-substituters = [
|
extra-substituters = [
|
||||||
|
"https://hyprland.cachix.org"
|
||||||
"s3://nix-cache?endpoint=heimdall.tsn:9000&scheme=http"
|
"s3://nix-cache?endpoint=heimdall.tsn:9000&scheme=http"
|
||||||
"s3://nix-cache?endpoint=s3.bertof.net"
|
"s3://nix-cache?endpoint=s3.bertof.net"
|
||||||
"https://hyprland.cachix.org"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
trusted-users = [
|
trusted-users = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue