dotfiles/system
chayleaf 4f650b2091 router: small port 25 changes
technically this is relevant for security since it blocks requests to
port 25 over ipv6 from clients other than the server, but it doesn't
matter on my network because i don't have ipv6
2023-08-13 16:40:21 +07:00
..
devices update inputs 2023-07-31 02:17:16 +07:00
hardware update inputs 2023-07-31 02:17:16 +07:00
hosts router: small port 25 changes 2023-08-13 16:40:21 +07:00
modules system/common: misc nix-related changes 2023-08-12 17:40:51 +07:00
README.md split system/hosts into hosts and devices 2023-06-24 13:07:42 +07:00

  • hardware: basic config for a device, specifies screen resolution, gpu, etc
  • hosts: mostly hardware-agnostic, specifies config for device "roles"
  • devices: per-device config, like partition tables. This is the entry points which import modules from hardware and hosts