chore(terra): format

This commit is contained in:
Michael Thomas 2024-06-03 11:47:20 -04:00
parent f4c8294ded
commit b4b50ab8ae

View File

@ -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";