full, tested wsl config.

This commit is contained in:
Gabe Venberg 2024-05-15 13:22:50 -05:00
parent b900d6761a
commit 9f21d3020b
5 changed files with 19 additions and 13 deletions

View file

@ -86,6 +86,10 @@ inputs.nixpkgs.lib.nixosSystem {
# Enable the OpenSSH daemon.
services.openssh.enable = true;
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];