nullbox: disable impermanence setup in vm
This commit is contained in:
parent
4f3773075e
commit
498a48c500
@ -38,7 +38,7 @@ let
|
|||||||
|
|
||||||
root_vol = "/dev/archdesktop/root";
|
root_vol = "/dev/archdesktop/root";
|
||||||
in {
|
in {
|
||||||
config = {
|
config = lib.mkIf (!(config.virtualisation ? qemu)) {
|
||||||
fileSystems."/persistent" = {
|
fileSystems."/persistent" = {
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
device = root_vol;
|
device = root_vol;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user