diff --git a/doc/config-examples/basic.nix b/doc/config-examples/basic.nix index 718cfb7f83c..976630d0607 100644 --- a/doc/config-examples/basic.nix +++ b/doc/config-examples/basic.nix @@ -1,6 +1,6 @@ { boot = { - grubDevice = "/dev/sda"; + loader.grub.device = "/dev/sda"; }; fileSystems = [ @@ -14,7 +14,7 @@ ]; services = { - sshd = { + openssh = { enable = true; }; };