diff options
Diffstat (limited to 'nixos/configurations')
-rw-r--r-- | nixos/configurations/alpha.nix | 10 | ||||
-rw-r--r-- | nixos/configurations/hardware/alpha.nix | 2 |
2 files changed, 6 insertions, 6 deletions
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" ]; |