From 5c2baeb8cdb9898abe7d0f44654a0750b28884f6 Mon Sep 17 00:00:00 2001 From: Rafiyq Widianto Date: Fri, 18 Sep 2020 07:36:49 +0000 Subject: [PATCH] fix --- modules/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware.nix b/modules/hardware.nix index 9fabd69..75813d5 100644 --- a/modules/hardware.nix +++ b/modules/hardware.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, inputs ... }: { +{ config, lib, pkgs, inputs, ... }: { # Networking networking.networkmanager.enable = true;