hosts: add PW05CH3L
Add a NixOS module for the PW05CH3L host, and start to separate `pc` and `workstation` as a lot of `flake.modules.nixos.pc` isn't needed in WSL. This probably won't be the final implementation, but it works for now.
This commit is contained in:
parent
556de5e482
commit
451a624b76
5 changed files with 43 additions and 18 deletions
3
modules2/workstation.nix
Normal file
3
modules2/workstation.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
flake.modules.nixos.workstation = {};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue