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";
|
||||
in {
|
||||
config = {
|
||||
config = lib.mkIf (!(config.virtualisation ? qemu)) {
|
||||
fileSystems."/persistent" = {
|
||||
neededForBoot = true;
|
||||
device = root_vol;
|
||||
|
Loading…
x
Reference in New Issue
Block a user