Nix: remove extra substituters
This commit is contained in:
parent
72f86cb2eb
commit
c63345a5ff
1 changed files with 5 additions and 5 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
# security.sudo.wheelNeedsPassword = false;
|
# security.sudo.wheelNeedsPassword = false;
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
extra-substituters = [
|
# extra-substituters = [
|
||||||
"https://hyprland.cachix.org"
|
# "https://hyprland.cachix.org"
|
||||||
"s3://nix-cache?endpoint=heimdall.tsn:9000&scheme=http¶llel-compression=true&want-mass-query=true&priority=35"
|
# "s3://nix-cache?endpoint=heimdall.tsn:9000&scheme=http¶llel-compression=true&want-mass-query=true&priority=35"
|
||||||
# "s3://nix-cache?endpoint=s3.bertof.net"
|
# # "s3://nix-cache?endpoint=s3.bertof.net"
|
||||||
];
|
# ];
|
||||||
|
|
||||||
trusted-users = [
|
trusted-users = [
|
||||||
"root"
|
"root"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue