fix persistence

This commit is contained in:
William 2023-12-07 17:02:05 -03:00
parent 831b1293fc
commit 050c401db9

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
{
environment.persistent.main = {
environment.persistence.main = {
persistentStoragePath = "/persistent";
files = [
"/etc/machine-id"