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;
|
zramSwap.enable = true;
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
extraOptions = ''
|
||||||
|
trusted-users = root ${username}
|
||||||
|
'';
|
||||||
|
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "daily";
|
dates = "daily";
|
||||||
|
|
Loading…
Reference in a new issue