Don't use deprecated config options
svn path=/nixos/trunk/; revision=20979
This commit is contained in:
parent
6c710f7d2b
commit
e3afda0a88
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue