about summary refs log tree commit diff
path: root/profiles/workstation.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* profiles: consolidates common networking bitsFranck Cuny2023-05-021-0/+5
| | | | This remove ssh on workstations. I also drop mosh since I don't use it.
* profiles: move things around for btrfsFranck Cuny2023-05-021-0/+1
|
* profiles/default: more consolidationFranck Cuny2023-05-021-0/+1
|
* profiles/workstation: add font configurationsFranck Cuny2023-05-021-0/+31
|
* profiles: create default and serverFranck Cuny2023-05-021-0/+4
| | | | | | | | | | The NAS and the router are "servers", and we create a base profile for them. We add a default profile that will set things that are common to all my hosts, and we start with the locales. Update tahoe/carmel to use the server profile.
* profiles/workstation: consolidate sound related configurationsFranck Cuny2023-05-021-0/+24
|
* profiles/workstation: moved more things aroundFranck Cuny2023-05-011-0/+18
|
* profiles/workstation: reduce the number of moving partsFranck Cuny2023-05-011-0/+6
There's too many moving parts and layers of abstractions, for no benefits: I only have to manage 3-4 machines. Going to create profiles, move things there, and stop with the `enable` pattern.