fix persistence
This commit is contained in:
parent
831b1293fc
commit
050c401db9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.persistent.main = {
|
environment.persistence.main = {
|
||||||
persistentStoragePath = "/persistent";
|
persistentStoragePath = "/persistent";
|
||||||
files = [
|
files = [
|
||||||
"/etc/machine-id"
|
"/etc/machine-id"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue