about summary refs log tree commit diff
path: root/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-09small fixesFranck Cuny5-5/+5
2022-04-09add a few more modules to home/ and delete stuffFranck Cuny29-662/+93
2022-04-08delete all CLI modulesFranck Cuny8-197/+0
Everything is under home/ now
2022-04-08delete all devel modulesFranck Cuny4-28/+1
They are all under home/ now
2022-04-08remove old 'trusted' modulesFranck Cuny7-151/+1
All of them are now under home/
2022-04-08carmel: configure the desktop properlyFranck Cuny3-1/+22
2022-04-08hosts: rename hardware-configuration to hardwareFranck Cuny6-3/+3
2022-04-08hosts: add services to tahoeFranck Cuny3-11/+10
2022-04-08delete unneeded modulesFranck Cuny3-96/+0
2022-04-08services: add avahiFranck Cuny2-0/+15
2022-04-08users: add myself to "cdrom" groupFranck Cuny1-0/+1
Otherwise I can't run `abcde`.
2022-04-08delete unused moduleFranck Cuny1-25/+0
2022-04-08home: move waybar's style to a CSS fileFranck Cuny2-87/+84
2022-04-08home: move css/config for wofi to external filesFranck Cuny3-52/+49
2022-04-08alacritty: use light colorsFranck Cuny2-2/+34
2022-04-08aptos: consume the new profilesFranck Cuny4-3/+25
aptos is now using the new home-manager setup.
2022-04-08profiles: create a few new profilesFranck Cuny5-1/+67
2022-04-08modules: add a few moreFranck Cuny8-3/+100
2022-04-08home: add more configurations for home-managerFranck Cuny22-0/+829
2022-04-07home: fix for yt-dlp configurationFranck Cuny1-1/+1
2022-04-07home: misc fixesFranck Cuny10-23/+24
2022-04-07initial attempt to reconfigure home-managerFranck Cuny17-1/+345
All the modules that are needed for home-manager should be under `home/`, and each host will have a `host.nix` where the modules are enabled as needed. Later on we can create some profiles to make it easier to consume the configuration. I apply this only to tahoe for now, as the amount of packages needed for my user are pretty limited.
2022-04-06gitea: fix the moduleFranck Cuny1-3/+3
Quick fix for now, we will add these values as options to the module once we confirm everything is still working.
2022-04-06modules: import packagesFranck Cuny1-1/+2
2022-04-06refactor transmission and metrics-exporterFranck Cuny8-51/+56
2022-04-06refactor traefikFranck Cuny4-97/+105
2022-04-06refactor rclone to a moduleFranck Cuny4-33/+39
2022-04-06refactor gitea as a moduleFranck Cuny4-42/+58
2022-04-06prometheus: proper name for the optionFranck Cuny1-1/+1
2022-04-06refactor grafana as a moduleFranck Cuny8-42/+48
2022-04-06refactor prometheus as a moduleFranck Cuny4-180/+190
2022-04-06refactor unifi to a moduleFranck Cuny3-4/+18
2022-04-06import navidrome with other servicesFranck Cuny1-1/+2
2022-04-06refactor navidrome to a moduleFranck Cuny3-28/+46
2022-04-06enable AMD module correctlyFranck Cuny2-2/+2
2022-04-06refactor samba to a proper moduleFranck Cuny4-35/+61
The list of public share is configurable too.
2022-04-06refactor boot configuration to a moduleFranck Cuny11-64/+68
We don't need the previous `hosts/common/system` configs anymore, as everything has been moved out. We keep some boot configuration for carmel in the host configuration for now, but I need to check why I don't have similar settings for tahoe (since I also need to unlock the host remotely).
2022-04-06refactor configuration for AMDFranck Cuny4-67/+79
2022-04-05refactor intel related configurationFranck Cuny6-38/+40
2022-04-05refactor modules for btrfs, ssd, and fwupdFranck Cuny8-12/+19
2022-04-05refactor network configurationFranck Cuny8-29/+70
2022-04-05refactor security to a moduleFranck Cuny3-3/+3
2022-04-05refactor users to a moduleFranck Cuny3-6/+11
2022-04-05refactor default packages to a moduleFranck Cuny2-15/+8
2022-04-05