This commit is contained in:
ediblerope 2026-03-28 15:57:10 +00:00 committed by GitHub
parent 0d29ecb0dd
commit f6fb6ceba1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 146 additions and 55 deletions

View file

@ -32,11 +32,6 @@
./services/omnisearch.nix
];
#public token to avoid rate limit
#nix.extraConfig = ''
# access-tokens = github.com
#'';
### Make build time quicker
documentation.nixos.enable = false;
@ -82,6 +77,5 @@
environment.systemPackages = with pkgs; [
git
localsend
onlyoffice-desktopeditors
];
}