README.md: add GLF OS credits

and adapt various config elements from it

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-12 22:39:29 +03:00
parent e170e9d2b7
commit 1dc168ce63
7 changed files with 22 additions and 4 deletions

View File

@ -1,5 +1,6 @@
{
inputs,
lib,
pkgs,
...
}: {
@ -18,7 +19,6 @@
hostName = "sarien";
};
boot.loader.systemd-boot.enable = true;
environment.memoryAllocator.provider = "mimalloc";
system.stateVersion = "25.11";
time.timeZone = "Europe/Kyiv";
@ -29,7 +29,6 @@
user = "user";
};
zramSwap.enable = true;
swapDevices = [
{
device = "/swap/swapfile";
@ -39,7 +38,7 @@
{
device = "/swap/hibernate";
size = 16 * 1024;
priority = 0;
priority = 1;
}
];