home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cd835f8f546ece1ed0db8ceee63acda5dc232d99
parent ed54bd622e3b81480df5e389e371450602965c16
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  2 Oct 2020 12:02:50 +0200

systems/hokkaido: enable bolt

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hokkaido.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/systems/hokkaido.nix b/systems/hokkaido.nix @@ -44,6 +44,7 @@ in }; hardware.bluetooth.enable = true; + services.hardware.bolt.enable = true; profiles = { syncthing.enable = true; home = true;