remove some comment and move some unused code to comment
This commit is contained in:
parent
197dd88cd4
commit
d3db2fc59f
2 changed files with 1 additions and 5 deletions
|
|
@ -54,10 +54,6 @@
|
|||
kernelPackages = pkgs.linuxPackages_zen;
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
# loader.grub = {
|
||||
# efiSupport = true;
|
||||
# efiInstallAsRemovable = true;
|
||||
# };
|
||||
};
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
type = "luks";
|
||||
name = "crypto";
|
||||
# disable settings.keyFile if you want to use interactive password entry
|
||||
passwordFile = "/tmp/secret.key"; # Interactive
|
||||
# passwordFile = "/tmp/secret.key"; # Interactive
|
||||
settings = {
|
||||
allowDiscards = true;
|
||||
fallbackToPassword = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue