1
Fork 0

Fix typo in previous commit

This commit is contained in:
Matei Adriel 2024-01-17 11:19:00 +01:00
parent 8fd724874f
commit 9fae7989b8
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ in
boot.kernelParams = [ "nohibernate" ]; boot.kernelParams = [ "nohibernate" ];
# {{{ Mount usb for zfs secrets # {{{ Mount usb for zfs secrets
boot.initrd.systemd.systemd.mounts.hermes = { boot.initrd.systemd.mounts.hermes = {
where = "/hermes"; where = "/hermes";
what = "/dev/sdb"; what = "/dev/sdb";
type = "exfat"; type = "exfat";