mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: disable documentation generation
This commit is contained in:
parent
e35daee76d
commit
292e066cb1
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
documentation.nixos.enable = false;
|
||||||
|
|
||||||
# Disable sudo which is entierly unnecessary.
|
# Disable sudo which is entierly unnecessary.
|
||||||
security.sudo.enable = false;
|
security.sudo.enable = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue