diff --git a/configuration.nix b/configuration.nix index a721b8d..75b4b05 100644 --- a/configuration.nix +++ b/configuration.nix @@ -2,7 +2,7 @@ { ############################################################ - # BOOTLOADER - SYSTEMD-BOOT (USB FRIENDLY) + # BOOTLOADER - SYSTEMD-BOOT ############################################################ boot.loader.systemd-boot.enable = true; @@ -63,7 +63,7 @@ hardware.cpu.amd.updateMicrocode = true; ############################################################ - # FILESYSTEMS - USB LONGEVITY + # FILESYSTEMS ############################################################ fileSystems."/" = { @@ -130,8 +130,6 @@ # USERS ############################################################ - users.mutableUsers = true; - users.users.user = { isNormalUser = true; description = "user"; @@ -228,13 +226,8 @@ ############################################################ zramSwap.enable = true; - boot.tmp.useTmpfs = true; - ############################################################ - # JOURNALD LIMITS (FLASH FRIENDLY) - ############################################################ - services.journald.extraConfig = '' SystemMaxUse=200M RuntimeMaxUse=50M