This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
nix-config-tn/nixos/profiles
Truxnell 662806ab07
chore: fix cfdyn (#36)
* feat: add overlays

* Auto lint/format

* feat: fix dns01 firewall ports

* chore: new keys for dns01

* fix: dupe key

* chore: fix cfdyn

---------

Co-authored-by: Truxnell <9149206+truxnell@users.noreply.github.com>
Co-authored-by: truxnell <truxnell@users.noreply.github.com>
2024-03-29 23:11:24 +00:00
..
global feat: add overlays (#34) 2024-03-29 22:26:56 +00:00
global.nix feat: minimise server footprint (#32) 2024-03-29 10:20:57 +00:00
hw-gaming-desktop.nix chore: hax 2024-03-25 22:51:18 +11:00
hw-rpi4.nix feat: add yaml-lang tags 2024-03-25 20:12:45 +11:00
hw-thinkpad-e14-amd.nix chore: hax 2024-03-25 22:51:18 +11:00
README.md feat: initial global profile refactor 2024-03-24 18:34:14 +11:00
role-server.nix chore: fix cfdyn (#36) 2024-03-29 23:11:24 +00:00
role-worstation.nix feat: add overlays (#34) 2024-03-29 22:26:56 +00:00

Profiles

Here is the profiles that each host picks from to build up a system.

My headspace for this to have be able to have a set of modular components pull together on a granular system from this nix, from 'Everything will have this set' to per-device config. Where possible ill use the mySystem option list to configure defaults via these profiles, so they can be overridden later. If its not worth writing a custom module for a nixos feature I may just set it directly in the profile.

Global

Default global settings that will apply to every device. Things like locale, timezone, etc that wont change machine to machine

Hardware

Hardware settings so I can apply per set of machines as standard- i.e. all Raspi4's may benefit from a specific set of additions/hardware overlays.

Role

The role the machine have. Machines may have multiple roles i.e. servers will want to have bare minimal, remote build settings, where as main desktop/laptop will have full blow GUIs.