nullbox: disable impermanence setup in vm

This commit is contained in:
NullBite 2024-04-20 04:42:42 -04:00
parent 4f3773075e
commit 498a48c500
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

@ -38,7 +38,7 @@ let
root_vol = "/dev/archdesktop/root";
in {
config = {
config = lib.mkIf (!(config.virtualisation ? qemu)) {
fileSystems."/persistent" = {
neededForBoot = true;
device = root_vol;