From 442c74f343b041667a2e8155854132efb883d5e1 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 17 Aug 2024 00:30:47 +0900 Subject: fix(nixos): disable bootCounting * Change was temporarily reverted upstream: https://github.com/NixOS/nixpkgs/pull/334526 --- nixos/alpha/configuration.nix | 7 +++++-- nixos/haruka/configuration.nix | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'nixos') diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index b759f45..69358c8 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -38,8 +38,11 @@ enable = false; editor = false; configurationLimit = 16; - bootCounting.enable = true; - bootCounting.tries = 3; + # TODO: https://github.com/NixOS/nixpkgs/pull/334526 + # bootCounting.enable = true; + # bootCounting.tries = 3; + # bootCounting.enable = true; + # bootCounting.tries = 3; }; boot.initrd.postDeviceCommands = lib.mkAfter '' diff --git a/nixos/haruka/configuration.nix b/nixos/haruka/configuration.nix index 7d1579b..1e51c00 100644 --- a/nixos/haruka/configuration.nix +++ b/nixos/haruka/configuration.nix @@ -41,8 +41,9 @@ enable = false; editor = false; configurationLimit = 16; - bootCounting.enable = true; - bootCounting.tries = 3; + # TODO: https://github.com/NixOS/nixpkgs/pull/334526 + # bootCounting.enable = true; + # bootCounting.tries = 3; }; # Erase your darlings. -- cgit 1.4.1