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; boot.loader.systemd-boot.enable = true;
@@ -63,7 +63,7 @@
hardware.cpu.amd.updateMicrocode = true; hardware.cpu.amd.updateMicrocode = true;
############################################################ ############################################################
# FILESYSTEMS - USB LONGEVITY # FILESYSTEMS
############################################################ ############################################################
fileSystems."/" = { fileSystems."/" = {
@@ -130,8 +130,6 @@
# USERS # USERS
############################################################ ############################################################
users.mutableUsers = true;
users.users.user = { users.users.user = {
isNormalUser = true; isNormalUser = true;
description = "user"; description = "user";
@@ -228,13 +226,8 @@
############################################################ ############################################################
zramSwap.enable = true; zramSwap.enable = true;
boot.tmp.useTmpfs = true; boot.tmp.useTmpfs = true;
############################################################
# JOURNALD LIMITS (FLASH FRIENDLY)
############################################################
services.journald.extraConfig = '' services.journald.extraConfig = ''
SystemMaxUse=200M SystemMaxUse=200M
RuntimeMaxUse=50M RuntimeMaxUse=50M