Removed config.

This commit is contained in:
samoht9277 2024-02-07 15:41:42 -03:00
parent c21e7a62f3
commit 554b5d3670
No known key found for this signature in database
GPG key ID: 612AC42768391756

View file

@ -43,8 +43,8 @@ makeConf() {
boot.cleanTmpDir = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# boot.loader.systemd-boot.enable = true;
# boot.loader.efi.canTouchEfiVariables = true;
zramSwap.enable = ${zramswap};
networking.hostName = "$(hostname -s)";