Typo
This commit is contained in:
parent
1617f96f0f
commit
99f4ce35e7
1 changed files with 3 additions and 4 deletions
|
@ -5,16 +5,15 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
nix = {
|
nix = {
|
||||||
settings = {
|
|
||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
auto-optimise-store = true;
|
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
auto-optimise-store = true;
|
||||||
trusted-users = [
|
trusted-users = [
|
||||||
"root"
|
"root"
|
||||||
"ccr"
|
"ccr"
|
||||||
"@wheel"
|
"@wheel"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Disabled all the substituters, this should be managed at flakes level
|
# Disabled all the substituters, this should be managed at flakes level
|
||||||
# trusted-public-keys = [
|
# trusted-public-keys = [
|
||||||
# "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
# "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
||||||
|
|
Loading…
Add table
Reference in a new issue