Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-04-08 | hosts: rename hardware-configuration to hardware | Franck Cuny | 6 | -3/+3 | |
2022-04-08 | hosts: add services to tahoe | Franck Cuny | 3 | -11/+10 | |
2022-04-08 | delete unneeded modules | Franck Cuny | 3 | -96/+0 | |
2022-04-08 | services: add avahi | Franck Cuny | 2 | -0/+15 | |
2022-04-08 | users: add myself to "cdrom" group | Franck Cuny | 1 | -0/+1 | |
Otherwise I can't run `abcde`. | |||||
2022-04-08 | delete unused module | Franck Cuny | 1 | -25/+0 | |
2022-04-08 | home: move waybar's style to a CSS file | Franck Cuny | 2 | -87/+84 | |
2022-04-08 | home: move css/config for wofi to external files | Franck Cuny | 3 | -52/+49 | |
2022-04-08 | alacritty: use light colors | Franck Cuny | 2 | -2/+34 | |
2022-04-08 | aptos: consume the new profiles | Franck Cuny | 4 | -3/+25 | |
aptos is now using the new home-manager setup. | |||||
2022-04-08 | profiles: create a few new profiles | Franck Cuny | 5 | -1/+67 | |
2022-04-08 | modules: add a few more | Franck Cuny | 8 | -3/+100 | |
2022-04-08 | home: add more configurations for home-manager | Franck Cuny | 22 | -0/+829 | |
2022-04-07 | home: fix for yt-dlp configuration | Franck Cuny | 1 | -1/+1 | |
2022-04-07 | home: misc fixes | Franck Cuny | 10 | -23/+24 | |
2022-04-07 | initial attempt to reconfigure home-manager | Franck Cuny | 17 | -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-06 | gitea: fix the module | Franck Cuny | 1 | -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-06 | modules: import packages | Franck Cuny | 1 | -1/+2 | |
2022-04-06 | refactor transmission and metrics-exporter | Franck Cuny | 8 | -51/+56 | |
2022-04-06 | refactor traefik | Franck Cuny | 4 | -97/+105 | |
2022-04-06 | refactor rclone to a module | Franck Cuny | 4 | -33/+39 | |
2022-04-06 | refactor gitea as a module | Franck Cuny | 4 | -42/+58 | |
2022-04-06 | prometheus: proper name for the option | Franck Cuny | 1 | -1/+1 | |
2022-04-06 | refactor grafana as a module | Franck Cuny | 8 | -42/+48 | |
2022-04-06 | refactor prometheus as a module | Franck Cuny | 4 | -180/+190 | |
2022-04-06 | refactor unifi to a module | Franck Cuny | 3 | -4/+18 | |
2022-04-06 | import navidrome with other services | Franck Cuny | 1 | -1/+2 | |
2022-04-06 | refactor navidrome to a module | Franck Cuny | 3 | -28/+46 | |
2022-04-06 | enable AMD module correctly | Franck Cuny | 2 | -2/+2 | |
2022-04-06 | refactor samba to a proper module | Franck Cuny | 4 | -35/+61 | |
The list of public share is configurable too. | |||||
2022-04-06 | refactor boot configuration to a module | Franck Cuny | 11 | -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-06 | refactor configuration for AMD | Franck Cuny | 4 | -67/+79 | |
2022-04-05 | refactor intel related configuration | Franck Cuny | 6 | -38/+40 | |
2022-04-05 | refactor modules for btrfs, ssd, and fwupd | Franck Cuny | 8 | -12/+19 | |
2022-04-05 | refactor network configuration | Franck Cuny | 8 | -29/+70 | |