1
1
Fork 1
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:
oddlama 2024-07-14 14:12:32 +02:00
parent e35daee76d
commit 292e066cb1
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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;