diff options
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; |
