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 @@
{ {pkgs, ...}: {
config,
pkgs,
...
}: {
imports = [ imports = [
# Include the results of the hardware scan. # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
@ -13,7 +9,7 @@
networking.firewall = { networking.firewall = {
enable = true; enable = true;
}; };
networking.networkmanager.enable=true; networking.networkmanager.enable = true;
# Set your time zone. # Set your time zone.
time.timeZone = "America/New_York"; time.timeZone = "America/New_York";