diff options
Diffstat (limited to 'hosts/ginaz/hardware-configuration.nix')
-rw-r--r-- | hosts/ginaz/hardware-configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/ginaz/hardware-configuration.nix b/hosts/ginaz/hardware-configuration.nix index cbfda8a..3b9b038 100644 --- a/hosts/ginaz/hardware-configuration.nix +++ b/hosts/ginaz/hardware-configuration.nix @@ -13,6 +13,10 @@ boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; + fileSystems."/boot" = { + device = "/dev/disk/by-label/boot"; + }; + hardware = { bluetooth.enable = true; #bluetooth.powerOnBoot = true; |