mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixosTests.systemd-repart.create-root: fix node filesystem config
This commit is contained in:
parent
14add2bd69
commit
97c9cb713b
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ in
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
virtualisation.useDefaultFilesystems = false;
|
virtualisation.useDefaultFilesystems = false;
|
||||||
|
virtualisation.mountHostNixStore = false;
|
||||||
virtualisation.fileSystems = {
|
virtualisation.fileSystems = {
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-partlabel/created-root";
|
device = "/dev/disk/by-partlabel/created-root";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue