[NixOS] Enable cache server on biskcomp and nixquick

This commit is contained in:
Ivan Malison 2023-08-22 17:23:28 -06:00
parent 83658a0721
commit 941637e7b3
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
modules.syncthing.enable = true;
modules.fonts.enable = true;
modules.nixified-ai.enable = false;
modules.cache-server.enable = true;
services.plex = {
enable = true;

View File

@ -5,6 +5,7 @@
];
features.full.enable = true;
modules.cache-server.enable = true;
networking.hostName = "nixquick";