From 3e37e4049d9a9da4cb9af86a511f0237db7967c2 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 4 May 2024 12:46:21 -0500 Subject: [PATCH] no http used --- nixos/telperion/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/telperion/configuration.nix b/nixos/telperion/configuration.nix index 37c1f43..acd12d0 100644 --- a/nixos/telperion/configuration.nix +++ b/nixos/telperion/configuration.nix @@ -231,4 +231,4 @@ networking.firewall.enable = false; system.stateVersion = "24.05"; # Did you read the comment? -} \ No newline at end of file +}