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