Update Flake with Disko and fix EFI Mount Point

This commit is contained in:
Sravan Balaji
2024-03-24 13:29:50 -04:00
parent b202ec84df
commit 8331551e20
3 changed files with 26 additions and 10 deletions

View File

@@ -28,13 +28,8 @@ in {
content = {
type = "luks";
name = "cryptroot";
# disable settings.keyFile if you want to use interactive password entry
settings.allowDiscards = true;
# passwordFile = "/tmp/secret.key"; # Interactive
settings = {
allowDiscards = true;
# keyFile = "/tmp/secret.key";
};
# additionalKeyFiles = [ "/tmp/additionalSecret.key" ];
content = {
type = "btrfs";
extraArgs = [ "-f" ];