config

NixOS config
Log | Files | Refs | README | LICENSE

commit bc5afece33590155970598e15bd0f5667e2d60bf (tree)
parent 724bbd0fb0e804f0c71e558ba1b333290dd6b54a
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Tue,  4 Apr 2023 12:23:28 +0300

add motiejus to trusted-users

Diffstat:
Mconfiguration.nix | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/configuration.nix b/configuration.nix @@ -635,7 +635,10 @@ in { dates = "daily"; options = "--delete-older-than 14d"; }; - extraOptions = "experimental-features = nix-command flakes"; + extraOptions = '' + experimental-features = nix-command flakes + trusted-users = motiejus + ''; }; systemd.tmpfiles.rules = [