aboutsummaryrefslogtreecommitdiff
path: root/hosts/aptos/hardware.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-03hosts/carmel: reconfigure the host as a routerFranck Cuny1-0/+3
I'm not using it as a desktop, and the current router is getting old and will likely fail in the near future. It's also a debian machine configured manually, so let's reconfigure carmel as our new router. There are three NICs in the host: 2 are 10Gb and one is 1Gb. The 1Gb will be used as the upstream interface, and one of the 10Gb will be for the LAN. There are 2 VLANs to configure: one for IoT devices and one for guest.
2022-06-09ref(sane): move sane's configuration to correct placeFranck Cuny1-0/+3
Change-Id: Ibb55ee455423c101fb6d3e62a2e9e4593682cf16 Reviewed-on: https://cl.fcuny.net/c/world/+/291 Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-09ref(bluetooth): remove the profileFranck Cuny1-0/+2
I don't need a profile for this, the module can be consumed directly from the host's hardware configuration. It removes one level of indirection and helps us toward the goal of completely removing all the profiles. Change-Id: I95a6fdc985420e7fe0ad737e7576d10d5c7eb114 Reviewed-on: https://cl.fcuny.net/c/world/+/289 Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-04-08hosts: rename hardware-configuration to hardwareFranck Cuny1-0/+0
2022-04-05refactor intel related configurationFranck Cuny1-27/+26
2022-02-27aptos: use the hardware module for xps9300Franck Cuny1-1/+0
2022-02-21hosts: add aptosFranck Cuny1-11/+10
aptos is my laptop (dell xps 13'). This adds the initial configuration for it.
2022-02-16hosts: remove btrfs subvolume 'media'Franck Cuny1-6/+0
The host would not boot successfully with that, I'm doing something wrong.
2022-02-14hosts: add a new subvolumes to carmelFranck Cuny1-0/+6
Create a subvolume named 'media' that we will mount under /home/fcuny/media so we can snapshots /home/fcuny without the medias.
2022-02-07carmel: initial host configurationFranck Cuny1-0/+48
Initial configuration for the desktop (carmel).