diff options
| author | polwex <polwex@sortug.com> | 2025-12-03 09:31:59 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-12-03 09:31:59 +0700 |
| commit | 302c5e6d8dc87db2704557d74692884698728e5f (patch) | |
| tree | d8afeb2ec2e209ccb19fdbddd249e766d45fda25 /hosts/local/master/configuration.nix | |
| parent | 22ed0117977629b683df34fc4d6281a23d8dfa76 (diff) | |
m
Diffstat (limited to 'hosts/local/master/configuration.nix')
| -rw-r--r-- | hosts/local/master/configuration.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hosts/local/master/configuration.nix b/hosts/local/master/configuration.nix index bf905e8..e57acb9 100644 --- a/hosts/local/master/configuration.nix +++ b/hosts/local/master/configuration.nix @@ -11,10 +11,10 @@ in { # Include the results of the hardware scan. ../../base.nix ../../linux.nix - # ../../unfree.nix + ../../unfree.nix #../../android.nix - # ../gui.nix - # ../i3.nix + ../gui.nix + ../i3.nix # ../gnome.nix # ../wayland.nix ../nvidia.nix @@ -50,9 +50,9 @@ in { services.tailscale = { enable = true; }; - #services.meilisearch = { - # enable = true; - #}; + services.meilisearch = { + enable = true; + }; zramSwap = { enable = true; |
