Move the documentation to the desktop

ARM builds are too slow to use this.
This commit is contained in:
Andreas Zweili 2024-01-29 20:55:31 +01:00
parent 630d0647d3
commit 1d6e9bf1ed
2 changed files with 5 additions and 5 deletions

View File

@ -24,11 +24,6 @@
hardware = { enableRedistributableFirmware = true; };
# required in order to have apropos and whatis working
documentation = {
man.generateCaches = true;
nixos.includeAllModules = true;
};
programs.mosh.enable = true;
programs.ssh.startAgent = true;
services.openssh = {

View File

@ -8,6 +8,11 @@ in {
config = lib.mkIf cfg.enable {
networking = { networkmanager.enable = true; };
documentation = {
man.generateCaches = true;
nixos.includeAllModules = true;
};
services = {
az-docker.enable = true;
az-pipewire.enable = true;