Updated to documentation.nixos
This commit is contained in:
parent
f912789cd8
commit
6bd944b363
|
@ -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…
Reference in a new issue