fix monado

This commit is contained in:
Kopatz
2025-09-25 15:29:28 +02:00
parent 71e73e00da
commit 1882573a5c
4 changed files with 47 additions and 108 deletions

View File

@@ -55,6 +55,7 @@
mainUser.layout = "de";
mainUser.variant = "us";
nix.gc.automatic = lib.mkForce false;
networking = {
useDHCP = false;
defaultGateway.address = "192.168.0.1";

View File

@@ -99,8 +99,10 @@
};
};
};
nix.gc.automatic = lib.mkForce false;
services.searx = {
enable = true;
enable = false;
settings = {
use_default_settings=true;
server.port = 8787;