summaryrefslogtreecommitdiff
path: root/env/wsl
diff options
context:
space:
mode:
Diffstat (limited to 'env/wsl')
-rwxr-xr-xenv/wsl/bootstrap-configuration.nix2
-rwxr-xr-xenv/wsl/wsl-dev-host.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/env/wsl/bootstrap-configuration.nix b/env/wsl/bootstrap-configuration.nix
index 03f4bbf..b66147c 100755
--- a/env/wsl/bootstrap-configuration.nix
+++ b/env/wsl/bootstrap-configuration.nix
@@ -6,7 +6,7 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
- environment.systemPackages = with pkgs; [ git ];
+ environment.systemPackages = with pkgs; [ git nfs-utils ];
system.stateVersion = "23.05";
}
diff --git a/env/wsl/wsl-dev-host.nix b/env/wsl/wsl-dev-host.nix
index fd9a1db..ccd0ac4 100755
--- a/env/wsl/wsl-dev-host.nix
+++ b/env/wsl/wsl-dev-host.nix
@@ -28,7 +28,7 @@ in {
networking.hostName = "wsl-dev";
networking.firewall.enable = false;
- hardware.pulseaudio.enable = true;
+ services.pulseaudio.enable = true;
xdg.portal = {
enable = true;