From bc5afece33590155970598e15bd0f5667e2d60bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 4 Apr 2023 12:23:28 +0300 Subject: [PATCH] add motiejus to trusted-users --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e48c7f6..e6fca8c 100644 --- 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 = [