Fix formatting

This commit is contained in:
Greg Hellings
2025-12-07 00:15:26 -06:00
parent d288f2ef82
commit d9e4ba93ac
4 changed files with 30 additions and 29 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
{ config, lib, pkgs, ... }: {
config,
lib,
pkgs,
...
}:
{ {
home.packages = home.packages =
with pkgs; with pkgs;
-3
View File
@@ -4,9 +4,6 @@
{ pkgs, ... }: { pkgs, ... }:
let
speedtest_port = "19472";
in
{ {
imports = [ imports = [
# Include the results of the hardware scan. # Include the results of the hardware scan.
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, ... }: { ... }:
let let
srcDomain = "src.thehellings.com"; srcDomain = "src.thehellings.com";
+1 -2
View File
@@ -61,8 +61,7 @@ in
]; ];
networking.firewall = { networking.firewall = {
allowedTCPPorts = allowedTCPPorts = [
[
80 80
443 443
5432 5432