remove some comment and move some unused code to comment

This commit is contained in:
ulic-youthlic 2025-01-20 16:57:06 +08:00
parent 197dd88cd4
commit d3db2fc59f
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 1 additions and 5 deletions

View file

@ -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";

View file

@ -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;