Delete and merge files

This commit is contained in:
Jimbo 2025-02-28 14:21:00 -05:00
parent 9a8e7d8a9e
commit a7526caec2
4 changed files with 13 additions and 32 deletions

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
boot.initrd.systemd.services.root-reset = {
enable = config.environment.persistence."/persist".enable;
enable = true;
description = "Create new and snapshot previous root";
wantedBy = [ "initrd.target" ];
before = [ "sysroot.mount" ];