fixing issues

This commit is contained in:
Ingolf Wagner 2022-01-17 11:57:52 +01:00
commit 875620e809
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
15 changed files with 160 additions and 309 deletions
nixos/system/server

View file

@ -18,6 +18,8 @@
programs.custom.vim.enable = true;
services.locate.enable = true;
services.locate.locate = pkgs.mlocate;
services.locate.localuser = null;
}