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 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nixos/configurations/alpha.nix') 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 = { -- cgit 1.4.1