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;