summaryrefslogtreecommitdiff
path: root/env/wsl
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-01-24 18:14:52 -0500
committerAndrew Opalach <andrew@akon.city> 2025-01-24 18:14:52 -0500
commitf638237a6b4f3d3edf9bdd995c15df537f8d7e7c (patch)
tree44efce6d912c43f67548690256879d036e22e742 /env/wsl
parent2daa31c0629f2eb4af84d6f4fed8ac89813de056 (diff)
downloadcamu-f638237a6b4f3d3edf9bdd995c15df537f8d7e7c.tar.gz
camu-f638237a6b4f3d3edf9bdd995c15df537f8d7e7c.tar.bz2
camu-f638237a6b4f3d3edf9bdd995c15df537f8d7e7c.zip
Fix multiple bugs encountered during stress test
- Basic server resource cleanup Signed-off-by: Andrew Opalach <andrew@akon.city>
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;