diff --git a/configuration.nix b/configuration.nix index 1c7b7fd..eb88959 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,7 +10,7 @@ ./hardware-configuration.nix ./hwaccel.nix ./network.nix - + # ...and additional configurations... ./var_reg.nix ./vars.nix @@ -38,6 +38,8 @@ }; boot.kernelModules = [ "rbd" "nbd" ]; + hardware.bluetooth.enable = true; + networking.hostName = config.vars.hostname; networking.hostId = config.vars.hostid; networking = {