Update configuration.nix

This commit is contained in:
ska
2025-12-25 21:53:19 +00:00
parent 9962521fba
commit 45ac80c6e3

View File

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