[nixos-configs-2mk] Remove wixos (WSL) configuration #20

Open
johno wants to merge 1 commits from bead/nixos-configs-2mk into main
Owner

Summary

Implements bead: nixos-configs-2mk

WSL is no longer used. This removes:

  • machines/wixos/ directory and configuration.nix
  • nixos-wsl input from flake.nix
  • nixosConfigurations.wixos output from flake
  • References to wixos in AGENTS.md and .goosehints
  • Updated flake.lock to remove stale WSL references

Changes

  • Deleted 62-line WSL machine configuration
  • Cleaned up flake inputs (removed nixos-wsl)
  • Updated documentation files to remove wixos references

Test Plan

  • Verify flake evaluation: nix flake check
  • Confirm remaining machine configurations still build
## Summary Implements bead: nixos-configs-2mk WSL is no longer used. This removes: - `machines/wixos/` directory and `configuration.nix` - `nixos-wsl` input from `flake.nix` - `nixosConfigurations.wixos` output from flake - References to wixos in `AGENTS.md` and `.goosehints` - Updated `flake.lock` to remove stale WSL references ## Changes - Deleted 62-line WSL machine configuration - Cleaned up flake inputs (removed `nixos-wsl`) - Updated documentation files to remove wixos references ## Test Plan - [ ] Verify flake evaluation: `nix flake check` - [ ] Confirm remaining machine configurations still build
johno added 1 commit 2026-01-10 13:10:57 -08:00
WSL is no longer used. This removes:
- machines/wixos/ directory and configuration.nix
- nixos-wsl input from flake.nix
- nixosConfigurations.wixos output
- References to wixos in AGENTS.md and .goosehints

Implements bead: nixos-configs-2mk
johno force-pushed bead/nixos-configs-2mk from c057becb59 to aee77e91c7 2026-01-10 14:43:32 -08:00 Compare
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin bead/nixos-configs-2mk:bead/nixos-configs-2mk
git checkout bead/nixos-configs-2mk
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: johno/nixos-configs#20