Add myself as a trusted Nix store user

Allows using Cachix caching in devenv.
This commit is contained in:
Oliver Davies 2024-11-16 15:12:01 +00:00
parent c2f61f897b
commit f3527f91c1

View file

@ -213,6 +213,10 @@ in
zramSwap.enable = true;
nix = {
extraOptions = ''
trusted-users = root ${username}
'';
gc = {
automatic = true;
dates = "daily";