From 9ee6b44324c6185659a05bf84d70bc11bf1bee1a Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 5 Jul 2022 17:00:01 +0200 Subject: Phobos+Luna: Add bluetooth --- hosts/luna/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'hosts/luna/default.nix') diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix index 0ae0a60..7d6ce2b 100644 --- a/hosts/luna/default.nix +++ b/hosts/luna/default.nix @@ -1,12 +1,9 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page -# and in the NixOS manual (accessible by running ‘nixos-help’). - { config, pkgs, lib, secrets, hostname, inputs, user, ... }: { imports = [ - # Include the results of the hardware scan. ./hardware.nix + + ../../modules/bluetooth ]; services = { -- cgit 1.4.1