l: build doc only on coaxmetal.r
This commit is contained in:
parent
7e2c72e51d
commit
97dc81c31e
@ -66,4 +66,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
client.enable = true;
|
client.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
documentation.nixos.enable = true;
|
||||||
}
|
}
|
||||||
|
@ -221,4 +221,7 @@ with import <stockholm/lib>;
|
|||||||
time.timeZone = mkDefault"Europe/Berlin";
|
time.timeZone = mkDefault"Europe/Berlin";
|
||||||
|
|
||||||
system.stateVersion = mkDefault "20.03";
|
system.stateVersion = mkDefault "20.03";
|
||||||
|
|
||||||
|
# disable doc usually
|
||||||
|
documentation.nixos.enable = mkDefault false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user