From ab3226831230f1a3a0d6bd9acef22375301f022f Mon Sep 17 00:00:00 2001 From: Bitcoin Txoko <142011724+bitcointxoko@users.noreply.github.com> Date: Sun, 21 Jul 2024 12:02:15 +0200 Subject: [PATCH] Update configuration-example.nix --- configuration-example.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configuration-example.nix b/configuration-example.nix index 3ccc681..e3f98f5 100644 --- a/configuration-example.nix +++ b/configuration-example.nix @@ -12,11 +12,6 @@ ./system/bitcoin/bitcoind.nix ]; - # Bootloader. - boot.loader.grub.enable = true; - boot.loader.grub.device = "/dev/sda"; - boot.loader.grub.useOSProber = true; - # Define a user account. Don't forget to set a password with ‘passwd’. # FIXME users.users.satoshi = {