about summary refs log tree commit diff
path: root/modules/services/metrics-exporter (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-10home: enable ssh config on trusted hostsFranck Cuny1-0/+1
2022-04-10secrets: move all the secrets under module/Franck Cuny18-71/+76
Refactor a bit the configuration, which should simplify the management and usage of secrets from now on.
2022-04-10add a module for backup with resticFranck Cuny8-75/+93
Do a single backup for the host, instead of running multiple ones.
2022-04-09tahoe: enable network with early bootFranck Cuny2-11/+19
So we can unlock the disks remotely.
2022-04-09delete configuration related to colorsFranck Cuny7-154/+9
Setting colors is hard, and it's an easy way to waste time. The only color settings I keep are the ones related to waybar, to make sure it does not look like a Christmas tree. Which means that most applications are going to use their default theme, and I'm OK with that.
2022-04-09add a few more packages for home/Franck Cuny8-1/+50
2022-04-09install documentations (man)Franck Cuny4-4/+29
2022-04-09add pcmanfm and easyeffectsFranck Cuny4-0/+12
2022-04-09remove `mkHome` from libFranck Cuny3-61/+1
home-manager configuration is used as a module, we don't have two different ways to configure the host anymore.
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