remove deprecated style
This commit is contained in:
parent
dee88e841a
commit
a55a5e16ed
1 changed files with 29 additions and 29 deletions
|
@ -5,13 +5,13 @@
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest_hardened;
|
kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest_hardened;
|
||||||
|
|
||||||
initrd.luks.devices = [
|
initrd.luks.devices = {
|
||||||
{
|
root = {
|
||||||
name = "root";
|
|
||||||
device = "/dev/disk/by-uuid/a9e8a44f-15be-4844-a0a1-46892cc5e44e";
|
device = "/dev/disk/by-uuid/a9e8a44f-15be-4844-a0a1-46892cc5e44e";
|
||||||
preLVM = true;
|
preLVM = true;
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
}];
|
};
|
||||||
|
};
|
||||||
loader.grub = {
|
loader.grub = {
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
|
@ -41,4 +41,4 @@
|
||||||
../zerotier.nix
|
../zerotier.nix
|
||||||
../i3/system.nix
|
../i3/system.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue