Add myself to nix.settings.trusted-users
to make stuff happy again.
This commit is contained in:
parent
d217662e1d
commit
18fb4866d2
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
|
trusted-users = [ "whovian" ];
|
||||||
|
|
||||||
extra-substituters = [
|
extra-substituters = [
|
||||||
"https://cache.lix.systems"
|
"https://cache.lix.systems"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue