chore(terra): format
This commit is contained in:
parent
f4c8294ded
commit
b4b50ab8ae
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user