From 2cf362376c8d49ec7bc7d0afb0c1c14483d58e75 Mon Sep 17 00:00:00 2001 From: emily Date: Wed, 12 Jun 2024 16:36:08 +0200 Subject: [PATCH] Add systemd-boot to physical profile --- config/hosts/ryuuko/configuration.nix | 4 ---- config/profiles/physical.nix | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/hosts/ryuuko/configuration.nix b/config/hosts/ryuuko/configuration.nix index 7354d71..0aa61d5 100644 --- a/config/hosts/ryuuko/configuration.nix +++ b/config/hosts/ryuuko/configuration.nix @@ -22,10 +22,6 @@ "rcu_nocbs=0-8" ]; - boot.loader = { - systemd-boot.enable = true; - efi.canTouchEfiVariables = true; - }; hardware.bluetooth.enable = true; hardware.gpgSmartcards.enable = true; diff --git a/config/profiles/physical.nix b/config/profiles/physical.nix index 792b192..0dde86f 100644 --- a/config/profiles/physical.nix +++ b/config/profiles/physical.nix @@ -1,4 +1,8 @@ { pkgs, ... }:{ + boot.loader = { + systemd-boot.enable = true; + efi.canTouchEfiVariables = true; + }; environment.systemPackages = with pkgs; [ pciutils usbutils