2006-12-11 17:36:57 +00:00
|
|
|
{
|
|
|
|
boot = {
|
|
|
|
grubDevice = "/dev/hda";
|
|
|
|
};
|
2006-12-21 00:16:20 +00:00
|
|
|
|
2006-12-21 01:07:23 +00:00
|
|
|
fileSystems = [
|
2006-12-21 00:16:20 +00:00
|
|
|
{ mountPoint = "/";
|
|
|
|
device = "/dev/hda1";
|
|
|
|
}
|
|
|
|
];
|
2006-12-21 01:07:23 +00:00
|
|
|
|
|
|
|
swapDevices = ["/dev/hdb1"];
|
2006-12-21 00:16:20 +00:00
|
|
|
|
2006-12-18 15:16:20 +00:00
|
|
|
services = {
|
|
|
|
sshd = {
|
|
|
|
enable = true;
|
|
|
|
};
|
|
|
|
};
|
2006-12-11 17:36:57 +00:00
|
|
|
}
|