From bd0b6bd5b17e28baf68f841514d7bb8e245a9e87 Mon Sep 17 00:00:00 2001 From: Kyler Olsen Date: Wed, 7 May 2025 21:41:03 -0600 Subject: [PATCH] Added git.purplecello.org host --- sys/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/configuration.nix b/sys/configuration.nix index 06471b8..bdb679d 100644 --- a/sys/configuration.nix +++ b/sys/configuration.nix @@ -56,6 +56,11 @@ git ]; + networking.extraHosts = + '' + 192.168.1.122 git.purplecello.org + ''; + services.openssh.enable = true; # This value determines the NixOS release from which the default