forked from mirrors_public/oddlama_nix-config
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,
|
||||
...
|
||||
}: {
|
||||
documentation.nixos.enable = false;
|
||||
|
||||
# Disable sudo which is entierly unnecessary.
|
||||
security.sudo.enable = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue