| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-12-09 | delete even more unused configurations | Franck Cuny | 1 | -39/+0 | |
| 2023-05-02 | profiles/default: users are immutable | Franck Cuny | 1 | -3/+0 | |
| 2023-03-11 | home/shell: switch the default shell back to zsh | Franck Cuny | 1 | -1/+1 | |
| I keep running into issues when using fish: I'm not familiar with the syntax and I don't use it enough that it sticks. I also need to google stuff regularly to figure out how things are supposed to work. This is annoying enough that the supposed benefits of fish are not worth it for me. | |||||
| 2023-02-20 | ref(modules/users): move ssh keys to a separate file | Franck Cuny | 1 | -5/+7 | |
| Each key is associated to a variable, which let me be more specific about which key to use depending on the context. | |||||
| 2022-06-20 | ref(home/shell): switch default shell to fish | Franck Cuny | 1 | -1/+1 | |
| Change-Id: I905ce6eddc35e4c51a0ab27c8984e0da0fdee7a7 Reviewed-on: https://cl.fcuny.net/c/world/+/457 Reviewed-by: Franck Cuny <franck@fcuny.net> Tested-by: CI | |||||
| 2022-06-10 | fix(fmt): correct formatting for all nix files | Franck Cuny | 1 | -1/+2 | |
| This was done by running `nixpkgs-fmt .'. Change-Id: I4ea6c1e759bf468d08074be2111cbc7af72df295 Reviewed-on: https://cl.fcuny.net/c/world/+/404 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net> | |||||
| 2022-05-15 | zsh: switch to zsh as the default shell | Franck Cuny | 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. | |||||
| 2022-04-13 | users: add myself to the group 'nas' | Franck Cuny | 1 | -0/+1 | |
| 2022-04-08 | users: add myself to "cdrom" group | Franck Cuny | 1 | -0/+1 | |
| Otherwise I can't run `abcde`. | |||||
| 2022-04-05 | refactor users to a module | Franck Cuny | 1 | -3/+9 | |
| 2022-04-03 | users: ensure I'm in the docker group | Franck Cuny | 1 | -1/+1 | |
| 2022-03-25 | shell: switch from zsh to fish | Franck Cuny | 1 | -1/+1 | |
| why not ? | |||||
| 2022-03-12 | users: add another ssh key | Franck Cuny | 1 | -2/+8 | |
| 2022-03-02 | users: remove rsa key | Franck Cuny | 1 | -1/+0 | |
| 2022-02-27 | users: change my ssh key for the laptop | Franck Cuny | 1 | -1/+2 | |
| 2022-02-21 | users: add ssh keys for aptos and carmel | Franck Cuny | 1 | -2/+2 | |
| 2022-02-13 | hosts: unlock disks remotely on boot | Franck Cuny | 1 | -3/+3 | |
| Enable a SSH daemon in initrd, with our keys, so we can unlock remotely the disk on reboot. | |||||
| 2022-02-12 | hosts: rename commons to common | Franck Cuny | 1 | -0/+0 | |
| 2022-02-12 | move configurations and modules around | Franck Cuny | 1 | -0/+0 | |
| Sorry, this is a mess, hopefully the last one. | |||||
| 2022-02-09 | users: move users configuration to systems | Franck Cuny | 1 | -0/+25 | |
