mirror of
https://github.com/kmein/niveum
synced 2026-03-22 04:41:07 +01:00
chore: nixfmt
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
{ config, pkgs, ... }: {
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelParams = [ "cma=32M" ];
|
||||
|
||||
@@ -10,5 +9,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [ { device = "/swapfile"; size = 1024; } ];
|
||||
swapDevices = [{
|
||||
device = "/swapfile";
|
||||
size = 1024;
|
||||
}];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user