format nixfiles
This commit is contained in:
parent
8e8645873a
commit
862afab97c
|
@ -15,10 +15,7 @@ let
|
||||||
cryptsetup close ${mapper_name} || true
|
cryptsetup close ${mapper_name} || true
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [ mount_usb unmount_usb ];
|
||||||
mount_usb
|
|
||||||
unmount_usb
|
|
||||||
];
|
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [ "d ${usb_data.mountpoint} - chaos root" ];
|
systemd.tmpfiles.rules = [ "d ${usb_data.mountpoint} - chaos root" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue