mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
drishti
This commit is contained in:
parent
b4a60aaf3a
commit
d246da2f79
4 changed files with 164 additions and 26 deletions
17
modules/home/services/drishti.nix
Normal file
17
modules/home/services/drishti.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ flake, config, pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (flake) inputs;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
inputs.drishti.homeManagerModules.default
|
||||
];
|
||||
|
||||
services.drishti = {
|
||||
enable = true;
|
||||
package = inputs.drishti.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
port = 7720;
|
||||
hosts = [ "localhost" "sincereintent" "pureintent" "vanjaram.tail12b27.ts.net" "nix-infra@rasam.tail12b27.ts.net" ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue