mochi/nixos/profiles
2024-09-03 20:56:49 -05:00
..
global override any alias used for ls 2024-08-16 21:50:57 -05:00
disko-nixos.nix not sure 2024-06-26 10:34:14 -05:00
global.nix add vim module 2024-07-29 12:53:31 -05:00
hw-framework-16-7840hs.nix Fixed Framework 13/16 fingerprint issue. Turns off when lid is closed to allow password entry. Turns on when lid is open. 2024-07-29 16:08:11 -05:00
hw-generic-x86.nix ntfs --> nfs 2024-07-13 03:06:35 -05:00
hw-hetzner-cax.nix Disable smart on hetzner cax 2024-08-04 06:43:38 -05:00
hw-hp-s01.nix cleanup 2024-07-29 16:09:03 -05:00
hw-legion-15arh05h.nix disko takes care of efi touching 2024-07-14 06:02:04 -05:00
hw-supermicro.nix correct disko def location and enable efi support. 2024-07-14 06:10:45 -05:00
hw-thinkpad-t470.nix Move kernel mods to host from profile. 2024-06-23 09:38:07 -05:00
hw-threadripperpro.nix Add Shadowfax 2024-09-03 20:56:49 -05:00
README.md Mochi init 2024-06-20 08:59:56 -05:00
role-dev.nix add incus 2024-09-01 16:41:26 -05:00
role-gaming.nix format profiles 2024-07-13 02:47:38 -05:00
role-server.nix move to unstable lazygit on servers 2024-08-07 10:46:56 -05:00
role-workstation.nix Managing extensions declaritively. 2024-07-21 17:28:13 -05:00

Profiles

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

Pair a role with a device type and the correct software and settings will be enabled for that configuration. Where possible use the mySystem option list to configure defaults via these profiles, so they can be overridden later.

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 roles the machine has. Machines may have multiple roles.