mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
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 = {
|
||||
grubDevice = "/dev/sda";
|
||||
loader.grub.device = "/dev/sda";
|
||||
};
|
||||
|
||||
fileSystems = [
|
||||
@ -14,7 +14,7 @@
|
||||
];
|
||||
|
||||
services = {
|
||||
sshd = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user