diff options
| author | Seth Flynn <[email protected]> | 2025-01-30 16:22:51 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-01-31 08:01:51 -0500 |
| commit | 26037c6fec7ba8c94d24204ff5fe0c4b5ff4621b (patch) | |
| tree | b8aec3f449d2316ec9d620efcfa1ef814dd570b5 /systems/glados-wsl/default.nix | |
| parent | 9090ed2528dcb93dd263ed55102bb6427d3826c4 (diff) | |
Revert "glados-wsl: use nix-ld"
This reverts commit 2cb88853c98a962568294dd7aa42f5f9accd0c26.
Diffstat (limited to 'systems/glados-wsl/default.nix')
| -rw-r--r-- | systems/glados-wsl/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/systems/glados-wsl/default.nix b/systems/glados-wsl/default.nix index dbba753..5c191f0 100644 --- a/systems/glados-wsl/default.nix +++ b/systems/glados-wsl/default.nix @@ -8,7 +8,7 @@ profiles.personal.enable = true; environment.systemPackages = with pkgs; [ - wget # For VSCode + wget wslu ]; @@ -18,10 +18,6 @@ nixpkgs.hostPlatform = "x86_64-linux"; - programs = { - nix-ld.enable = true; - }; - # Something, something `resolv.conf` error # (nixos-wsl probably doesn't set it) security.apparmor.enable = false; |
