From bf632250b267e175fb2b87303bb6e35c671d0a92 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 2 Jan 2022 00:05:25 +0900 Subject: repo: reformat using nixpkgs-fmt --- nixos/configurations/alpha.nix | 10 +++++----- nixos/configurations/hardware/alpha.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'nixos/configurations') diff --git a/nixos/configurations/alpha.nix b/nixos/configurations/alpha.nix index 01b413e..a8b25ce 100644 --- a/nixos/configurations/alpha.nix +++ b/nixos/configurations/alpha.nix @@ -1,7 +1,7 @@ -{ config, pkgs, lib, ...}: +{ config, pkgs, lib, ... }: { - imports = []; + imports = [ ]; security = { acme.acceptTerms = true; @@ -41,11 +41,11 @@ enable = true; version = 2; - efiSupport = true; + efiSupport = true; configurationLimit = 10; device = "nodev"; useOSProber = true; - # device = "/dev/disk/by-uuid/7905-2E41"; + # device = "/dev/disk/by-uuid/7905-2E41"; extraEntries = '' menuentry "Reboot" { reboot @@ -93,7 +93,7 @@ services.journald.extraConfig = lib.mkForce ""; - systemd.extraConfig = "RebootWatchdogSec=5"; + systemd.extraConfig = "RebootWatchdogSec=5"; programs = { sway = { diff --git a/nixos/configurations/hardware/alpha.nix b/nixos/configurations/hardware/alpha.nix index 409d7b1..482676e 100644 --- a/nixos/configurations/hardware/alpha.nix +++ b/nixos/configurations/hardware/alpha.nix @@ -12,7 +12,7 @@ let options = [ "subvol=${name}" "compress=zstd" "noatime" ]; }; in -{ +{ boot.initrd.availableKernelModules = [ "xhci-pci" "ahci" "usb_storage" "usbhid" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" "tcp_bbr" ]; -- cgit 1.4.1