aboutsummaryrefslogtreecommitdiff
path: root/hosts/carmel/hardware.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-03hosts/carmel: reconfigure the host as a routerFranck Cuny1-28/+13
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-04-08hosts: rename hardware-configuration to hardwareFranck Cuny1-0/+0
2022-04-06enable AMD module correctlyFranck Cuny1-1/+1
2022-04-06refactor configuration for AMDFranck Cuny1-28/+26
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).