change luks
This commit is contained in:
parent
aa38b2b1ee
commit
8ed337d9a1
1 changed files with 2 additions and 3 deletions
|
|
@ -24,8 +24,7 @@
|
||||||
|
|
||||||
boot.initrd.luks = {
|
boot.initrd.luks = {
|
||||||
yubikeySupport = true;
|
yubikeySupport = true;
|
||||||
devices = [ {
|
devices."nixos-enc" = {
|
||||||
name = "nixos-enc";
|
|
||||||
device = "/dev/disk/by-uuid/7435d48f-f942-485b-9817-328ad3fc0b93";
|
device = "/dev/disk/by-uuid/7435d48f-f942-485b-9817-328ad3fc0b93";
|
||||||
yubikey = {
|
yubikey = {
|
||||||
slot = 2;
|
slot = 2;
|
||||||
|
|
@ -34,7 +33,7 @@
|
||||||
device = "/dev/nvme0n1p1";
|
device = "/dev/nvme0n1p1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
} ];
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/home" =
|
fileSystems."/home" =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue