From 554b5d3670a3a202b51feb1567e6aa8f41d2703b Mon Sep 17 00:00:00 2001 From: samoht9277 Date: Wed, 7 Feb 2024 15:41:42 -0300 Subject: [PATCH] Removed config. --- nixos-infect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos-infect b/nixos-infect index 0fde10f..724b00d 100644 --- a/nixos-infect +++ b/nixos-infect @@ -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)";