fix monado
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -99,8 +99,10 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nix.gc.automatic = lib.mkForce false;
|
||||
services.searx = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
use_default_settings=true;
|
||||
server.port = 8787;
|
||||
|
||||
Reference in New Issue
Block a user