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