all repos — nixfiles @ ecc918960d583fee847fa9f5fb68d5aa4f2fdb40

System and user configuration, managed by nix and home-manager

connman: use updated nixos schema

Alan Pearce
commit

ecc918960d583fee847fa9f5fb68d5aa4f2fdb40

parent

a06b2e3b1bd8513d4ac10e071fcfca9d38c636cf

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M system/settings/hardware/connman.nixsystem/settings/hardware/connman.nix
@@ -1,6 +1,6 @@
{ config, pkgs, ... }: -{ networking.connman = { +{ services.connman = { enable = true; enableVPN = false; };