Fix typo in previous commit
This commit is contained in:
parent
8fd724874f
commit
9fae7989b8
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue