From b4b50ab8ae1541e71e3fd79aed6310ba053dbcaa Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 3 Jun 2024 11:47:20 -0400 Subject: [PATCH] chore(terra): format --- machines/terra/configuration.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/machines/terra/configuration.nix b/machines/terra/configuration.nix index c4f853c..6443617 100644 --- a/machines/terra/configuration.nix +++ b/machines/terra/configuration.nix @@ -1,8 +1,4 @@ -{ - config, - pkgs, - ... -}: { +{pkgs, ...}: { imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix @@ -13,7 +9,7 @@ networking.firewall = { enable = true; }; - networking.networkmanager.enable=true; + networking.networkmanager.enable = true; # Set your time zone. time.timeZone = "America/New_York";