push
This commit is contained in:
11
modules/services/omnisearch.nix
Normal file
11
modules/services/omnisearch.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ inputs, ... }: {
|
||||
den.aspects.omnisearch = {
|
||||
nixos = {
|
||||
imports = [ inputs.omnisearch.nixosModules.default ];
|
||||
|
||||
den.tunnels = [ "omnisearch" ];
|
||||
|
||||
services.omnisearch.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -15,6 +15,7 @@
|
||||
git = 3002;
|
||||
monitor = 61208;
|
||||
matrix = 8008;
|
||||
omnisearch = 5000;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
rebox = "sh -c 'fuser -k \"$1\"/tcp' --";
|
||||
dock = "sh -c 'ssh -N -D \"$1\" box.bug.tools &' --";
|
||||
|
||||
vpn = "sshuttle --dns --python python3 -r box.bug.tools 0/0";
|
||||
|
||||
pico = "ssh pico.sh";
|
||||
|
||||
ns = "nh os switch ~/nix --impure -H (hostname)";
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
den.aspects.sshuttle = {
|
||||
nixos = { pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
python
|
||||
python3
|
||||
sshuttle
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user