[NixOS] Set up cache server

This commit is contained in:
2023-08-22 17:11:37 -06:00
parent 0fd0490714
commit 83658a0721
8 changed files with 32 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
features.full.enable = true;
# Needed for now because monitors have different refresh rates
modules.xmonad.picom.vSync.enable = false;
modules.cache-server.enable = true;
boot.loader.systemd-boot.configurationLimit = 5;