nixosTests.systemd-repart.create-root: fix node filesystem config

This commit is contained in:
Jared Baur 2024-12-19 12:34:26 -08:00
parent 14add2bd69
commit 97c9cb713b
No known key found for this signature in database

View file

@ -151,6 +151,7 @@ in
}:
{
virtualisation.useDefaultFilesystems = false;
virtualisation.mountHostNixStore = false;
virtualisation.fileSystems = {
"/" = {
device = "/dev/disk/by-partlabel/created-root";