Add searx host

This commit is contained in:
fi 2023-10-16 11:22:48 +02:00
parent 3708003da6
commit 967c771b3e
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
8 changed files with 101 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{ ... }:
{
boot.loader.grub = {
enable = true;
device = "/dev/vda";
};
networking = {
hostName = "searx";
firewall = {
enable = true;
allowedTCPPorts = [ 80 8443 ];
};
};
system.stateVersion = "23.05";
}