Add myself as a trusted Nix store user
Allows using Cachix caching in devenv.
This commit is contained in:
parent
c2f61f897b
commit
f3527f91c1
|
@ -213,6 +213,10 @@ in
|
|||
zramSwap.enable = true;
|
||||
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
trusted-users = root ${username}
|
||||
'';
|
||||
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
|
|
Loading…
Reference in a new issue