full, tested wsl config.
This commit is contained in:
parent
b900d6761a
commit
9f21d3020b
5 changed files with 19 additions and 13 deletions
|
@ -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 = [ ... ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue