From e832534bc82f1a0db050fd77a48c6394060b08cd Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:02:47 -0400 Subject: [PATCH] vira: update to CLI versoin --- flake.lock | 6 +++--- modules/home/all/vira.nix | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index cbd667a..11eb409 100644 --- a/flake.lock +++ b/flake.lock @@ -1121,11 +1121,11 @@ "warp-tls-simple": "warp-tls-simple" }, "locked": { - "lastModified": 1760571045, - "narHash": "sha256-g9pbAXr7buADL3vpTMhZjAhd4VlPNcGQ6qxKFSGkt4Y=", + "lastModified": 1760637746, + "narHash": "sha256-ygtXMYQV+4PiTUvKv+cFmdI0iFPoSiVv95yrJ5b8IuA=", "owner": "juspay", "repo": "vira", - "rev": "92ab85f605d045bcf998fdac37fb685159ddf1b1", + "rev": "87135b3aa596b06cb53a9e24eb5c053e7322c1f4", "type": "github" }, "original": { diff --git a/modules/home/all/vira.nix b/modules/home/all/vira.nix index c08e1a9..bb62b96 100644 --- a/modules/home/all/vira.nix +++ b/modules/home/all/vira.nix @@ -1,4 +1,4 @@ -{ flake, pkgs, ... }: +{ flake, config, pkgs, ... }: let inherit (flake) inputs; @@ -8,6 +8,10 @@ in inputs.vira.homeManagerModules.vira ]; + home.packages = [ + config.services.vira.package # For CLI + ]; + services.vira = { enable = true; hostname = "0.0.0.0";