diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-07-17 20:03:16 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-07-17 20:03:16 -0500 |
commit | b74e44f59eff364eb5281f7389f84ae4e3b692fe (patch) | |
tree | 31635add1d88af5c8d8f7eccf1267abaa0a9423f /modules/hosts/optiplex | |
parent | 991ae9037461f2993f0f240be2fe4fe24bbeacb6 (diff) | |
download | nixos-b74e44f59eff364eb5281f7389f84ae4e3b692fe.tar.xz nixos-b74e44f59eff364eb5281f7389f84ae4e3b692fe.zip |
cleanup secrets into different files and optional set user password etc
Diffstat (limited to 'modules/hosts/optiplex')
-rw-r--r-- | modules/hosts/optiplex/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/hosts/optiplex/configuration.nix b/modules/hosts/optiplex/configuration.nix index 16ba475..3527c7c 100644 --- a/modules/hosts/optiplex/configuration.nix +++ b/modules/hosts/optiplex/configuration.nix @@ -18,6 +18,8 @@ docker.enable = true; }; + searxng.enable = true; + # Install more programs environment.systemPackages = with pkgs; [ prismlauncher |