aboutsummaryrefslogtreecommitdiff
path: root/modules/system (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2023-01-10ref(modules/nix): update a number of settings for nixFranck Cuny1-4/+15
Inspired by https://jackson.dev/post/nix-reasonable-defaults/
2023-01-03feat: update to nix 22.11Franck Cuny1-11/+12
2022-11-30feat(modules/nix): add binary cachesFranck Cuny1-0/+10
2022-11-21ref(fonts): switch back to source code proFranck Cuny1-12/+0
I find Source Code Pro to be more readable than iosevka.
2022-11-15feat(fonts): add iosevka to the list of fontsFranck Cuny1-2/+14
Replace the use of Source Code Pro with Iosevka in a few applications (sway, waybar, alacritty).
2022-11-04ref(home/packages): don't install opensslFranck Cuny1-3/+0
It's usually needed for developing some rust projects, but this should be setup by the flake of that project.
2022-10-25ref(tools/perf-flamegraph): move to a proper shell scriptFranck Cuny1-15/+3
I don't want to inline shell scripts inside nix configuration, as it prevents me to use `shellcheck` to validate them for example. The script is now moved into the tool directory, and is a tiny bit more flexible, so that I can run it as my own user.
2022-10-24feat(system/fonts): add cascadiaFranck Cuny1-0/+1
2022-09-24fix(system/packages): install openssl-dev packageFranck Cuny1-0/+1
I don't think I should have to do this, it's also not solving the problem I have, but it should not hurt either ...
2022-09-07feat(modules/packages): install pkg-configFranck Cuny1-1/+1
Change-Id: Iaa041a70b386d25c581a3a3c2afe860b86740618
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-16ref(scripts): remove the module for scriptsFranck Cuny1-1/+17
The scripts should be part of other modules. If there's no good place for them, they should be part of the packages module. Change-Id: Ic6c678fbe981444848a0ac7015c6c2e450f3b1c1 Reviewed-on: https://cl.fcuny.net/c/world/+/424 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-10fix(fmt): correct formatting for all nix filesFranck Cuny4-4/+8
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-06-09feat(nix): update nix to version 22.05Franck Cuny1-2/+2
NixOS 22.05 was released last month. Bump the versions for both nixos and home-manager. I also need to make a few changes for this update work (packages were renamed, options were addded to tailscale, ...) Change-Id: I84ed9f21915b769c9f7b8e21988b2b021715c982 Reviewed-on: https://cl.fcuny.net/c/world/+/365 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-05-06modules: add a few packagesFranck Cuny1-0/+2
2022-04-13users: add myself to the group 'nas'Franck Cuny1-0/+1
2022-04-09install documentations (man)Franck Cuny2-4/+19
2022-04-08users: add myself to "cdrom" groupFranck Cuny1-0/+1
Otherwise I can't run `abcde`.
2022-04-08modules: add a few moreFranck Cuny3-2/+41
2022-04-06modules: import packagesFranck Cuny1-1/+2
2022-04-06refactor boot configuration to a moduleFranck Cuny2-1/+49
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).
2022-04-05refactor modules for btrfs, ssd, and fwupdFranck Cuny2-1/+6
2022-04-05refactor security to a moduleFranck Cuny2-1/+6
2022-04-05refactor users to a moduleFranck Cuny2-1/+38
2022-04-05refactor default packages to a moduleFranck Cuny1-0/+49
2022-04-05move locale configuration to a moduleFranck Cuny2-1/+8
2022-04-05console configuration is moved to a moduleFranck Cuny2-1/+7
2022-04-05nix: refactor to a moduleFranck Cuny2-0/+17