Update modules/services.nix

This commit is contained in:
Alexander Bantyev 2020-02-26 16:18:08 +03:00
parent 63dcda7f25
commit 9392a88c8c
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
services.nix-serve.enable = config.device == "AMD-Workstation";
services.pcscd.enable = true;
hardware.u2f.enable = true;
services.upower.enable = true;
virtualisation.docker.enable = config.deviceSpecific.isHost;