aboutsummaryrefslogtreecommitdiff
path: root/modules/system/users/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-02profiles/default: users are immutableFranck Cuny1-3/+0
2023-03-11home/shell: switch the default shell back to zshFranck Cuny1-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-20ref(modules/users): move ssh keys to a separate fileFranck Cuny1-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-20ref(home/shell): switch default shell to fishFranck Cuny1-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-10fix(fmt): correct formatting for all nix filesFranck Cuny1-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-15zsh: switch to zsh as the default shellFranck Cuny1-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-13users: add myself to the group 'nas'Franck Cuny1-0/+1
2022-04-08users: add myself to "cdrom" groupFranck Cuny1-0/+1
Otherwise I can't run `abcde`.
2022-04-05refactor users to a moduleFranck Cuny1-3/+9
2022-04-03users: ensure I'm in the docker groupFranck Cuny1-1/+1
2022-03-25shell: switch from zsh to fishFranck Cuny1-1/+1
why not ?
2022-03-12users: add another ssh keyFranck Cuny1-2/+8
2022-03-02users: remove rsa keyFranck Cuny1-1/+0
2022-02-27users: change my ssh key for the laptopFranck Cuny1-1/+2
2022-02-21users: add ssh keys for aptos and carmelFranck Cuny1-2/+2
2022-02-13hosts: unlock disks remotely on bootFranck Cuny1-3/+3
Enable a SSH daemon in initrd, with our keys, so we can unlock remotely the disk on reboot.
2022-02-12hosts: rename commons to commonFranck Cuny1-0/+0
2022-02-12move configurations and modules aroundFranck Cuny1-0/+0
Sorry, this is a mess, hopefully the last one.
2022-02-09users: move users configuration to systemsFranck Cuny1-0/+25