change luks
This commit is contained in:
@@ -24,8 +24,7 @@
|
||||
|
||||
boot.initrd.luks = {
|
||||
yubikeySupport = true;
|
||||
devices = [ {
|
||||
name = "nixos-enc";
|
||||
devices."nixos-enc" = {
|
||||
device = "/dev/disk/by-uuid/7435d48f-f942-485b-9817-328ad3fc0b93";
|
||||
yubikey = {
|
||||
slot = 2;
|
||||
@@ -34,7 +33,7 @@
|
||||
device = "/dev/nvme0n1p1";
|
||||
};
|
||||
};
|
||||
} ];
|
||||
};
|
||||
};
|
||||
|
||||
fileSystems."/home" =
|
||||
|
||||
Reference in New Issue
Block a user