forked from colonelpanic/dotfiles
[NixOS] Enable cache server on biskcomp and nixquick
This commit is contained in:
parent
83658a0721
commit
941637e7b3
@ -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;
|
||||
|
@ -5,6 +5,7 @@
|
||||
];
|
||||
|
||||
features.full.enable = true;
|
||||
modules.cache-server.enable = true;
|
||||
|
||||
networking.hostName = "nixquick";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user