Update configuration.nix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user