Extract a bluetooth mixin
This commit is contained in:
parent
a5d93cc616
commit
a4cacfd4de
7 changed files with 12 additions and 24 deletions
|
@ -3,12 +3,13 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./hardware.nix
|
||||
./programs.nix
|
||||
./secrets.nix
|
||||
./services
|
||||
./users.nix
|
||||
|
||||
../../modules/mixins/bluetooth.nix
|
||||
|
||||
./modules/docker.nix
|
||||
|
||||
../common
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
};
|
||||
}
|
|
@ -17,8 +17,6 @@
|
|||
openFirewall = true;
|
||||
};
|
||||
|
||||
blueman.enable = true;
|
||||
|
||||
gvfs.enable = true;
|
||||
openssh.enable = true;
|
||||
power-profiles-daemon.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue