From ac958a313d7c6e1d622723bd3487e50c0b6f257a Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:52:16 -0500 Subject: [PATCH] vira: trust srid --- modules/home/all/vira.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/all/vira.nix b/modules/home/all/vira.nix index a691f2a..8fb2fff 100644 --- a/modules/home/all/vira.nix +++ b/modules/home/all/vira.nix @@ -12,6 +12,8 @@ in config.services.vira.package # For CLI ]; + nix.settings.trusted-users = [ "srid" ]; # For cache? + services.vira = { enable = true; port = 5001;