Don't use deprecated config options

svn path=/nixos/trunk/; revision=20979
This commit is contained in:
Yury G. Kudryashov 2010-04-08 09:19:10 +00:00
parent 6c710f7d2b
commit e3afda0a88
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
boot = { boot = {
grubDevice = "/dev/sda"; loader.grub.device = "/dev/sda";
}; };
fileSystems = [ fileSystems = [
@ -14,7 +14,7 @@
]; ];
services = { services = {
sshd = { openssh = {
enable = true; enable = true;
}; };
}; };