mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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.mountHostNixStore = false;
|
||||
virtualisation.fileSystems = {
|
||||
"/" = {
|
||||
device = "/dev/disk/by-partlabel/created-root";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue