Corrected to boolean

This commit is contained in:
Serĉanto de Scio 2019-10-16 14:18:39 +10:00
parent 6bd944b363
commit d141318b60
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -22,7 +22,7 @@
}; };
documentation = { documentation = {
nixos.enable = "false"; # Save some space by disabling the manual nixos.enable = false; # Save some space by disabling the manual
}; };
users.users.root = { users.users.root = {