svn path=/nixos/trunk/; revision=19624
This commit is contained in:
parent
50430f19e1
commit
cb728f833f
1 changed files with 2 additions and 1 deletions
|
@ -69,8 +69,9 @@ with pkgs.lib;
|
|||
[ { mountPoint = "/";
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
}
|
||||
{ mountPoint = "/mnt";
|
||||
{ mountPoint = "/data";
|
||||
device = "/dev/sda2";
|
||||
autocreate = true;
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue