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