aboutsummaryrefslogtreecommitdiff
path: root/modules/system/users/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
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