summaryrefslogtreecommitdiff
path: root/hosts/nixios
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-22 17:37:50 +0530
committerbrustybee <bee@4d2.org>2026-03-22 17:37:50 +0530
commit276c94cb871b9b4eda1707c01c861625d0e303f2 (patch)
tree0eb74e464a64586f23ba0dee63cef0d0f82115c8 /hosts/nixios
parent2b8eb6e3125b6a19426e1441f7eb67503aa058fa (diff)
idk a lot
Diffstat (limited to 'hosts/nixios')
-rw-r--r--hosts/nixios/default.nix22
1 files changed, 11 insertions, 11 deletions
diff --git a/hosts/nixios/default.nix b/hosts/nixios/default.nix
index 7fd1f56..7faa715 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 = {
@@ -80,7 +80,7 @@
programs.gamemode.enable = config.programs.steam.enable;
programs.gamescope = {
enable = config.programs.steam.enable;
- capSysNice = true;
+ # capSysNice = true;
};
programs.steam = {
enable = true;