feat: Use networking on nixos-anywhere

This commit is contained in:
uttarayan21
2025-01-02 16:54:58 +05:30
parent b0cca31069
commit 2e17cfbd24

View File

@@ -18,6 +18,7 @@
# efiInstallAsRemovable = true; # efiInstallAsRemovable = true;
# }; # };
services.openssh.enable = true; services.openssh.enable = true;
networking.useDHCP = lib.mkDefault true;
environment.systemPackages = map lib.lowPrio [ environment.systemPackages = map lib.lowPrio [
pkgs.curl pkgs.curl