Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hosts: rename hardware-configuration to hardware | Franck Cuny | 2022-04-08 | 2 | -1/+1 |
| | |||||
* | hosts: add services to tahoe | Franck Cuny | 2022-04-08 | 2 | -1/+45 |
| | |||||
* | initial attempt to reconfigure home-manager | Franck Cuny | 2022-04-07 | 2 | -0/+18 |
| | | | | | | | | | | 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. | ||||
* | enable AMD module correctly | Franck Cuny | 2022-04-06 | 1 | -1/+1 |
| | |||||
* | refactor boot configuration to a module | Franck Cuny | 2022-04-06 | 1 | -1/+4 |
| | | | | | | | | | 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). | ||||
* | refactor configuration for AMD | Franck Cuny | 2022-04-06 | 1 | -38/+39 |
| | |||||
* | refactor network configuration | Franck Cuny | 2022-04-05 | 1 | -3/+19 |
| | |||||
* | network: move tailscale in modules | Franck Cuny | 2022-04-05 | 2 | -20/+23 |
| | | | | Move the networking configuration for the hosts to its own file. | ||||
* | Revert "create a new role for navidrome" | Franck Cuny | 2022-04-03 | 1 | -4/+2 |
| | | | | This reverts commit 814a495e9c74e3211c6b6640397111115832207b. | ||||
* | create a new role for navidrome | Franck Cuny | 2022-04-03 | 1 | -2/+4 |
| | | | | Apply the role to tahoe. | ||||
* | hosts: add profiles | Franck Cuny | 2022-03-12 | 1 | -1/+1 |
| | | | | Profiles contain a collection of modules. | ||||
* | tahoe: enable tailscale | Franck Cuny | 2022-03-06 | 1 | -0/+1 |
| | |||||
* | tahoe: remove creation of some directories | Franck Cuny | 2022-03-05 | 1 | -29/+9 |
| | |||||
* | tahoe: new hardware configuratio | Franck Cuny | 2022-03-05 | 1 | -21/+13 |
| | |||||
* | tahoe: enable wireguard | Franck Cuny | 2022-03-02 | 1 | -0/+1 |
| | |||||
* | tahoe: create some directories | Franck Cuny | 2022-02-27 | 1 | -0/+15 |
| | | | | Ensure at least /data/media/music is created with the proper ownership. | ||||
* | tahoe: include NAS profile | Franck Cuny | 2022-02-27 | 1 | -0/+1 |
| | |||||
* | hosts: add tahoe, the new NAS | Franck Cuny | 2022-02-27 | 2 | -0/+111 |