mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 06:19:12 +00:00
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:
parent
f789aabd35
commit
142c2ef378
@ -23,4 +23,7 @@
|
||||
enable = true;
|
||||
allowSFTP = true;
|
||||
};
|
||||
|
||||
documentation.nixos.options.splitBuild = false;
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user