add searx and mosh

This commit is contained in:
zackartz 2024-05-03 14:10:05 -04:00
parent d31b1b1312
commit 6f82cd7ec2
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 34 additions and 19 deletions

View file

@ -49,6 +49,17 @@
programs.zsh.enable = true;
services.searx = {
enable = true;
package = pkgs.searxng;
runInUwsgi = true;
uwsgiConfig = {
http = ":8080";
};
};
programs.mosh.enable = true;
users.mutableUsers = false;
# Define a user account. Don't forget to set a password with passwd.
users.users.zack = {