Updated to documentation.nixos
This commit is contained in:
parent
f912789cd8
commit
6bd944b363
1 changed files with 2 additions and 4 deletions
|
@ -21,10 +21,8 @@
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
documentation = {
|
||||||
nixosManual = {
|
nixos.enable = "false"; # Save some space by disabling the manual
|
||||||
enable = false; # Save some space by disabling the manual
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.root = {
|
users.users.root = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue