Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zsh: switch to zsh as the default shell | Franck Cuny | 2022-05-15 | 1 | -1/+1 |
| | | | | | | | | | | `zsh' is available everywhere and is compatible with bash. When using `fish' I need to remember how to do things. While the completion style is nicer, I don't care about the rest. I prefer to have a consistent experience in the shell, no matter where am I. This is an initial configuration, I might need to make a few changes as I go. | ||||
* | tahoe: enable exec runner for drone | Franck Cuny | 2022-05-02 | 1 | -1/+1 |
| | |||||
* | backups: do backups for the laptop | Franck Cuny | 2022-04-24 | 1 | -1/+2 |
| | | | | | | | | | | | | | From the laptop I only backup /home/fcuny, as the rest should be straightforward to rebuild with nix. I run that backup as my own user, since I need my ssh key to use the remote repository (which is on the NAS). I also need a new secret for it (I might have been able to use `pass' for this, but well, that's easy enough). For the NAS, I update the list of directories to backup to include home, this will be on the systems backup. | ||||
* | syncthing: don't run from home | Franck Cuny | 2022-04-21 | 1 | -1/+0 |
| | |||||
* | syncthing: configure the keys for tahoe | Franck Cuny | 2022-04-21 | 3 | -0/+20 |
| | |||||
* | syncthing: enable on tahoe | Franck Cuny | 2022-04-21 | 1 | -0/+1 |
| | |||||
* | syncthing: let's run it from home-manager | Franck Cuny | 2022-04-21 | 1 | -0/+1 |
| | |||||
* | drone: configuration fixes | Franck Cuny | 2022-04-13 | 1 | -1/+1 |
| | |||||
* | drone: initial attempt at configuring it | Franck Cuny | 2022-04-13 | 4 | -0/+16 |
| | |||||
* | modules: make the vhost be configurable | Franck Cuny | 2022-04-13 | 1 | -3/+9 |
| | |||||
* | grafana: correct domain name ... | Franck Cuny | 2022-04-13 | 1 | -1/+1 |
| | |||||
* | grafana: the vhost is configurable | Franck Cuny | 2022-04-13 | 1 | -1/+4 |
| | |||||
* | tahoe: set owner for secret related to ACME | Franck Cuny | 2022-04-13 | 1 | -1/+4 |
| | |||||
* | secrets: re-key all secrets for tahoe | Franck Cuny | 2022-04-13 | 8 | -30/+27 |
| | |||||
* | grafana: try to configure the domain with acme+dns | Franck Cuny | 2022-04-13 | 3 | -1/+9 |
| | |||||
* | nginx: get a simple solution to work first | Franck Cuny | 2022-04-13 | 1 | -13/+1 |
| | |||||
* | nginx: add nginx as a reverse proxy | Franck Cuny | 2022-04-13 | 1 | -1/+14 |
| | | | | This will ultimately replace traefik. | ||||
* | secrets: move the actual secrets with hosts config | Franck Cuny | 2022-04-13 | 7 | -0/+39 |
| | | | | | | Having the secrets closer to the host is easier to manage. At the moment I don't have secrets that are shared across multiple hosts, so that's an OK approach. | ||||
* | tahoe: fix backup configuration | Franck Cuny | 2022-04-11 | 1 | -2/+3 |
| | |||||
* | secrets: move all the secrets under module/ | Franck Cuny | 2022-04-10 | 1 | -3/+3 |
| | | | | | Refactor a bit the configuration, which should simplify the management and usage of secrets from now on. | ||||
* | add a module for backup with restic | Franck Cuny | 2022-04-10 | 1 | -10/+4 |
| | | | | Do a single backup for the host, instead of running multiple ones. | ||||
* | tahoe: enable network with early boot | Franck Cuny | 2022-04-09 | 2 | -11/+19 |
| | | | | So we can unlock the disks remotely. | ||||
* | 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 |