remove service-state when service exits

This commit is contained in:
Daniel Barlow 2023-09-13 22:49:00 +01:00
parent 4fd1b5f08b
commit f7b30939b5
5 changed files with 11 additions and 14 deletions

View file

@ -75,7 +75,6 @@
dd if=/dev/$part of=data iflag=skip_bytes,fullblock bs=${toString size} skip=${toString offset} count=1
)
'';
down = "true";
};
inherit (pkgs.pseudofile) dir symlink;
inherit (pkgs.liminix.networking) interface;