diff options
Diffstat (limited to 'hosts/luna')
-rw-r--r-- | hosts/luna/default.nix | 7 |
1 files changed, 2 insertions, 5 deletions
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 = { |