mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat(zackbiene): use efi boot with tow-boot; remove switch-to-configuration patch for now
This commit is contained in:
parent
4175ce3cf7
commit
82d757059f
3 changed files with 1 additions and 968 deletions
|
@ -3,7 +3,7 @@
|
|||
../../modules/optional/hardware/odroid-n2plus.nix
|
||||
|
||||
../../modules
|
||||
../../modules/optional/boot-bios.nix
|
||||
../../modules/optional/boot-efi.nix
|
||||
../../modules/optional/initrd-ssh.nix
|
||||
../../modules/optional/zfs.nix
|
||||
|
||||
|
@ -18,8 +18,6 @@
|
|||
#./zigbee2mqtt.nix
|
||||
];
|
||||
|
||||
# TODO boot.loader.grub.devices = ["/dev/disk/by-id/${config.repo.secrets.local.disk.main}"];
|
||||
|
||||
# Fails if there are no SMART devices
|
||||
services.smartd.enable = lib.mkForce false;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,4 @@
|
|||
rpool = defaultZpoolOptions // {datasets = defaultZfsDatasets;};
|
||||
};
|
||||
};
|
||||
|
||||
boot.loader.grub.devices = ["/dev/disk/by-id/${config.repo.secrets.local.disk.mmc}"];
|
||||
boot.initrd.luks.devices.enc-rpool.allowDiscards = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue