Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-04-09 | tahoe: enable network with early boot | Franck Cuny | 2 | -11/+19 | |
So we can unlock the disks remotely. | |||||
2022-04-09 | delete configuration related to colors | Franck Cuny | 7 | -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-09 | add a few more packages for home/ | Franck Cuny | 8 | -1/+50 | |
2022-04-09 | install documentations (man) | Franck Cuny | 4 | -4/+29 | |
2022-04-09 | add pcmanfm and easyeffects | Franck Cuny | 4 | -0/+12 | |
2022-04-09 | remove `mkHome` from lib | Franck Cuny | 3 | -61/+1 | |
home-manager configuration is used as a module, we don't have two different ways to configure the host anymore. | |||||
2022-04-09 | small fixes | Franck Cuny | 5 | -5/+5 | |
2022-04-09 | add a few more modules to home/ and delete stuff | Franck Cuny | 29 | -662/+93 | |
2022-04-08 | delete all CLI modules | Franck Cuny | 8 | -197/+0 | |
Everything is under home/ now | |||||
2022-04-08 | delete all devel modules | Franck Cuny | 4 | -28/+1 | |
They are all under home/ now | |||||
2022-04-08 | remove old 'trusted' modules | Franck Cuny | 7 | -151/+1 | |
All of them are now under home/ | |||||
2022-04-08 | carmel: configure the desktop properly | Franck Cuny | 3 | -1/+22 | |
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 | |
2022-04-05 | refactor security to a module | Franck Cuny | 3 | -3/+3 | |
2022-04-05 | refactor users to a module | Franck Cuny | 3 | -6/+11 | |
2022-04-05 | refactor default packages to a module | Franck Cuny | 2 | -15/+8 | |
2022-04-05 | move locale configuration to a module | Franck Cuny | 3 | -9/+3 | |
2022-04-05 | console configuration is moved to a module | Franck Cuny | 3 | -6/+7 | |