abstract away architectures

This commit is contained in:
Reid 2025-12-31 22:25:52 -08:00
parent 2dee155b68
commit 57eee399e3
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
8 changed files with 69 additions and 36 deletions

View file

@ -1,6 +1,6 @@
# dotfiles
nix flake config! this is just used on my personal computer
nix flake config! this is just used on my personal computer(s)
## users
@ -13,4 +13,5 @@ for something more server oriented, check out [`nix-server`](https://git.reidlab
each host should have these files:
- `default.nix`, contains everything relating to the basic system
- `hardware.nix`, hardware configuration.
- `hardware.nix`, hardware-specific configuration
- `meta.nix`, extra things passed thru to `mkHost`