File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 106106 } ;
107107 } ;
108108
109- # Windows 11 boot on the x86_64 MacBook (triple-boot partner of L1 & T2)
110- # Managed by https://github.com/DivitMittal/playbooks-4-windows (Ansible IaC)
109+ # Windows 11 boot on the x86_64 MacBook (triple-boot partner of L1 & T2) — user: div
110+ # Packages + system settings: https://github.com/DivitMittal/playbooks-4-windows (Ansible)
111+ # TTY dotfiles (starship, fastfetch, git attrs): WSL home-manager → /mnt/c/Users/div/
111112 nodes . windows-host = {
112- name = "Windows Host" ;
113+ name = "Windows Host (L1) " ;
113114 deviceType = "device" ;
114- hardware . info = "Windows 11 (Ansible IaC) - triple-boot with L1 (macOS) & T2 (NixOS) on same x86_64 hardware " ;
115+ hardware . info = "Windows 11 - triple-boot with L1 (macOS) & T2 (NixOS) — user: div | pkgs+settings: Ansible | TTY dotfiles: WSL home-manager " ;
115116 interfaces . wlan0 = {
116117 network = "home" ;
117118 type = "wifi" ;
129130 } ;
130131 } ;
131132
133+ # Windows 11 boot on the x86_64 machine (dual-boot partner of L2 NixOS) — user: vanee
134+ # Managed by https://github.com/DivitMittal/playbooks-4-windows (Ansible IaC)
135+ nodes . L2-windows = {
136+ name = "Windows (L2)" ;
137+ deviceType = "device" ;
138+ hardware . info = "Windows 11 (Ansible IaC) - dual-boot with L2 NixOS on x86_64 hardware — user: vanee" ;
139+ interfaces . wlan0 = {
140+ network = "home" ;
141+ type = "wifi" ;
142+ physicalConnections = [
143+ {
144+ node = "router" ;
145+ interface = "wlan" ;
146+ }
147+ ] ;
148+ } ;
149+ } ;
150+
132151 nodes . M1 = {
133152 name = "M1" ;
134153 deviceType = "device" ;
Original file line number Diff line number Diff line change 22 topology . self = {
33 # name defaults to config.networking.hostName
44
5- hardware . info = "WSL2 Instance - Windows Subsystem for Linux " ;
5+ hardware . info = "WSL2 NixOS - home-manager syncs TTY dotfiles (starship, fastfetch, git attrs) to Windows via /mnt/c/ " ;
66
77 interfaces = {
88 eth0 = {
You can’t perform that action at this time.
0 commit comments