summaryrefslogtreecommitdiff
path: root/hosts/nixios
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-24 00:34:39 +0530
committerbrustybee <bee@4d2.org>2026-03-24 00:34:39 +0530
commitd1e311a5b47a8da45036ff7c6c8a51aadf5c859e (patch)
tree79582e9fc1ef08e7cca4e3e70ad41fde9d450476 /hosts/nixios
parent276c94cb871b9b4eda1707c01c861625d0e303f2 (diff)
this is interesting and i love interesting stuff
Diffstat (limited to 'hosts/nixios')
-rw-r--r--hosts/nixios/default.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/hosts/nixios/default.nix b/hosts/nixios/default.nix
index 7faa715..ddf0cbf 100644
--- a/hosts/nixios/default.nix
+++ b/hosts/nixios/default.nix
@@ -15,7 +15,7 @@
./hardware-configuration.nix
(import ../common.nix { inherit user; })
beeMods
- # inputs.omnisearch.nixosModules.default
+ inputs.omnisearch.nixosModules.default
];
services.logind = {
@@ -26,15 +26,15 @@
};
};
- # services.omnisearch = {
- # enable = true;
- # settings = {
- # server = {
- # port = 8087;
- # domain = "https://search.bee.me";
- # };
- # };
- # };
+ services.omnisearch = {
+ enable = true;
+ settings = {
+ server = {
+ port = 8087;
+ domain = "https://search.bee.me";
+ };
+ };
+ };
# REMOVE LATER
virtualisation.vmVariant = {