hosts/bootstrap: set system version and disable cache splitting

The user modules are apparently not compatible with the default way of
building the documentation so we'll have to. This should fix being able
to unable to be built due to the missing files which most likely came
from the cache.
This commit is contained in:
Gabriel Arazas 2023-10-19 00:12:55 +08:00
parent f789aabd35
commit 142c2ef378
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -23,4 +23,7 @@
enable = true; enable = true;
allowSFTP = true; allowSFTP = true;
}; };
documentation.nixos.options.splitBuild = false;
system.stateVersion = "23.11";
} }