idk
This commit is contained in:
@@ -53,17 +53,17 @@ in
|
|||||||
|
|
||||||
initrd = {
|
initrd = {
|
||||||
verbose = lib.mkDefault false;
|
verbose = lib.mkDefault false;
|
||||||
availableKernelModules = {
|
# availableKernelModules = {
|
||||||
bcachefs = lib.mkOverride 90 true;
|
# bcachefs = lib.mkOverride 90 true;
|
||||||
btrfs = lib.mkOverride 90 true;
|
# btrfs = lib.mkOverride 90 true;
|
||||||
};
|
# };
|
||||||
kernelModules = {
|
# kernelModules = {
|
||||||
bcachefs = lib.mkOverride 90 true;
|
# bcachefs = lib.mkOverride 90 true;
|
||||||
btrfs = lib.mkOverride 90 true;
|
# btrfs = lib.mkOverride 90 true;
|
||||||
};
|
# };
|
||||||
systemd.storePaths = with pkgs; [
|
# systemd.storePaths = with pkgs; [
|
||||||
bcachefs-tools
|
# bcachefs-tools
|
||||||
];
|
# ];
|
||||||
|
|
||||||
luks = mkIf cfg.yubikeyEncryption {
|
luks = mkIf cfg.yubikeyEncryption {
|
||||||
devices = {
|
devices = {
|
||||||
|
|||||||
Reference in New Issue
Block a user