On 21 February 2013 16:56, Eelco Dolstra <[email protected]> wrote: > Hi, > > On 21/02/13 14:47, Bjørn Forsman wrote: > >> I can select 'ignore and continue' to continue, but there's clearly >> something wrong here. > > I ran into this as well a few days ago. If your configuration has > "fileSystems" > as a list, try turning it into an attribute set. I.e. > > fileSystems = [ { mountPoint = "/"; device = ...; } ]; > > should become > > fileSystems."/".device = ...; > > This will allow the qemu-vm.nix module to override the fstab entry for /.
Hm. Weird. But it works :-) Thanks. Best regards, Bjørn Forsman _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
