fmt: alejandra

This commit is contained in:
♥ Minnie ♥ 2024-08-08 09:02:42 +08:00
parent 53378cdfc9
commit 3350d19a45
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
79 changed files with 432 additions and 511 deletions

View file

@ -1,14 +1,16 @@
{ config, lib, ... }:
{
config,
lib,
...
}: {
imports = [
../common/optional/ephemeral-btrfs.nix
];
boot = {
initrd = {
availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
kernelModules = [ "kvm-amd" ];
availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod"];
kernelModules = ["kvm-amd"];
};
loader = {
systemd-boot.enable = true;
@ -25,8 +27,9 @@
};
swapDevices = [
{ device = "/swap/swapfile";
size = 16*1024;
{
device = "/swap/swapfile";
size = 16 * 1024;
}
];