This commit is contained in:
Matt Nish-Lapidus 2025-04-13 15:11:15 -04:00
parent 7cfbd927bd
commit b9cb171fd0

View file

@ -55,6 +55,7 @@
networking.hostName = "services-nixos";
networking.domain = "";
networking.useDHCP = true;
networking.firewall.enable = false;
services.openssh.enable = true;
environment.systemPackages = with pkgs; [