commit | fff67b57b94ed3e874c0b6ad5c2cae89f1a6cf7f | [log] [tgz] |
---|---|---|
author | Skyler Turner <skyler@clicksminuteper.net> | Tue Feb 08 21:29:33 2022 +0000 |
committer | Skyler Turner <skyler@clicksminuteper.net> | Tue Feb 08 21:29:33 2022 +0000 |
tree | 988ce4570aa933dc1091a2c39de45aa27728ad5c | |
parent | 9bce712ecbc35aa41bad97dfc04675b04e1d21a4 [diff] |
Committed after system build
diff --git a/system/configuration.nix b/system/configuration.nix index 37f5fed..9ca096b 100644 --- a/system/configuration.nix +++ b/system/configuration.nix
@@ -190,6 +190,8 @@ virtualisation.docker.enable = true; virtualisation.docker.enableOnBoot = false; + hardware.bluetooth.enable = true; + environment.pathsToLink = [ "/share/zsh" "/libexec" ]; virtualisation.libvirtd.qemu.package = pkgs.qemu_kvm;