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