Launching Zora

This commit is contained in:
Lyes Saadi 2025-10-12 01:12:39 +02:00
parent 6992836cfe
commit 3fa6f2dd4d
Signed by: lyes
GPG key ID: 55A1D803917CF39A
4 changed files with 84 additions and 17 deletions

View file

@ -1,8 +1,8 @@
{ pkgs, ... }:
{ ... }:
{
# Kernel
boot.kernelPackages = pkgs.linuxPackages_6_16;
# boot.kernelPackages = pkgs.linuxPackages_6_12;
# Boot
boot.loader.systemd-boot.enable = true;
@ -13,7 +13,4 @@
enable = true;
# network.enable = true;
};
# Swap
zramSwap.enable = true;
}