diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 59b31d0..a3b2f61 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -7,6 +7,7 @@ ./printers.nix ]; + hardware.bluetooth.enable = true; networking.networkmanager.enable = true; console.keyMap = "de"; nixpkgs.config.allowUnfree = true;