tv: drop custom boot.initrd.luks.cryptoModules
This commit is contained in:
parent
311c93143c
commit
20d546e8b6
@ -11,7 +11,6 @@ with import <stockholm/lib>;
|
||||
boot = {
|
||||
initrd = {
|
||||
availableKernelModules = [ "ahci" ];
|
||||
luks.cryptoModules = [ "aes" "sha512" "xts" ];
|
||||
luks.devices.luksroot.device = "/dev/sda2";
|
||||
};
|
||||
};
|
||||
|
@ -15,7 +15,6 @@ with import <stockholm/lib>;
|
||||
tv.x0vncserver.enable = true;
|
||||
|
||||
boot.initrd.luks.devices.muca.device = "/dev/sda2";
|
||||
boot.initrd.luks.cryptoModules = [ "aes" "sha512" "xts" ];
|
||||
boot.initrd.availableKernelModules = [ "ahci" ];
|
||||
boot.kernelModules = [ "fbcon" "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
@ -15,10 +15,7 @@ with import <stockholm/lib>;
|
||||
<stockholm/tv/2configs/xserver>
|
||||
];
|
||||
|
||||
boot.initrd.luks = {
|
||||
cryptoModules = [ "aes" "sha512" "xts" ];
|
||||
devices.luks1.device = "/dev/sda2";
|
||||
};
|
||||
boot.initrd.luks.devices.luks1.device = "/dev/sda2";
|
||||
|
||||
# Don't use UEFI because current disk was partitioned/formatted for AO753.
|
||||
# TODO remove following bool.loader section after repartitioning/reformatting
|
||||
|
@ -11,12 +11,9 @@ with import <stockholm/lib>;
|
||||
krebs.build.user = mkForce config.krebs.users.itak;
|
||||
|
||||
boot.initrd.availableKernelModules = [ "ahci" ];
|
||||
boot.initrd.luks = {
|
||||
cryptoModules = [ "aes" "sha512" "xts" ];
|
||||
devices.querel-luks1 = {
|
||||
allowDiscards = true;
|
||||
device = "/dev/sda2";
|
||||
};
|
||||
boot.initrd.luks.devices.querel-luks1 = {
|
||||
allowDiscards = true;
|
||||
device = "/dev/sda2";
|
||||
};
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.loader = {
|
||||
|
@ -16,10 +16,7 @@ with import <stockholm/lib>;
|
||||
<stockholm/tv/2configs/xserver>
|
||||
];
|
||||
|
||||
boot.initrd.luks = {
|
||||
cryptoModules = [ "aes" "sha512" "xts" ];
|
||||
devices.wuca.device = "/dev/sda2";
|
||||
};
|
||||
boot.initrd.luks.devices.wuca.device = "/dev/sda2";
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
|
@ -111,10 +111,7 @@ with import <stockholm/lib>;
|
||||
}
|
||||
];
|
||||
|
||||
boot.initrd.luks = {
|
||||
cryptoModules = [ "aes" "sha512" "xts" ];
|
||||
devices.xuca.device = "/dev/sda2";
|
||||
};
|
||||
boot.initrd.luks.devices.xuca.device = "/dev/sda2";
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
|
@ -16,10 +16,7 @@ with import <stockholm/lib>;
|
||||
<stockholm/tv/2configs/xserver>
|
||||
];
|
||||
|
||||
boot.initrd.luks = {
|
||||
cryptoModules = [ "aes" "sha512" "xts" ];
|
||||
devices.zuca.device = "/dev/sda2";
|
||||
};
|
||||
boot.initrd.luks.devices.zuca.device = "/dev/sda2";
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
|
Loading…
Reference in New Issue
Block a user