Compare commits
No commits in common. "e8eeba5ba2ac856fd158b70c1dbe65ffe1d6dd72" and "e2f2c435020e4e1cb777dfbc0e0ce5c47ca5931d" have entirely different histories.
e8eeba5ba2
...
e2f2c43502
|
@ -24,8 +24,6 @@ in
|
|||
boot.initrd.luks =
|
||||
{
|
||||
devices =
|
||||
# allow discards on all devices
|
||||
builtins.mapAttrs (name: val: val // {allowDiscards = true;})
|
||||
{
|
||||
"system".device = "/dev/disk/by-uuid/85154131-b2a8-4ef5-9d74-47429cb267ef";
|
||||
"cryptswap".device = "/dev/disk/by-uuid/ac586df6-6332-4809-beb1-f51906a2adaa";
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
strace
|
||||
ltrace
|
||||
valgrind
|
||||
lzop
|
||||
p7zip
|
||||
testdisk
|
||||
rsync
|
||||
pv
|
||||
|
|
Loading…
Reference in a new issue