vira: update to CLI versoin

This commit is contained in:
Sridhar Ratnakumar 2025-10-16 14:02:47 -04:00
parent 774075b3fb
commit e832534bc8
2 changed files with 8 additions and 4 deletions

6
flake.lock generated
View file

@ -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": {

View file

@ -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";