Fix the boot thing with the new subvol layout
This commit is contained in:
parent
f36d8615dc
commit
9a30fae72f
3 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ in {
|
|||
services.root-reset = {
|
||||
description = "Reset root and snapshot last boot";
|
||||
wantedBy = [ "initrd.target" ];
|
||||
after = [ "dev-nixos-root.device" ];
|
||||
after = [ "dev-firefly-root.device" ];
|
||||
before = [ "sysroot.mount" ];
|
||||
unitConfig.DefaultDependencies = "no";
|
||||
serviceConfig.Type = "oneshot";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue