aboutsummaryrefslogtreecommitdiff
path: root/lib/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-27flake: add new overlay: NURFranck Cuny1-1/+4
NUR is the nux user repository, which provides additional packages.
2022-02-21wireguard: module and peers configurationsFranck Cuny1-0/+1
Add a new module to automatically configure the peers for wireguard. The module needs a configuration file (in `configs/wireguard.toml`) which lists all the peers, their IP and and their public keys. The secret keys is encrypted as a secret with agenix. There's some initial documentation on how to use this setup.
2022-02-21agenix: add flake for agenixFranck Cuny1-0/+1
This will be used to store secrets in the repository.
2022-02-13emacs: pull community's overlayFranck Cuny1-0/+1
We need the community overlay to get the pure GTK port of Emacs for now.
2022-02-12hosts: import common modulesFranck Cuny1-1/+1
Update the `mkSystem` function to include the proper common module, and fix the path to import the common configuration for a desktop into `carmel`.
2022-02-10lib: remove in-existing moduleFranck Cuny1-1/+0
2022-02-10fix a few errorsFranck Cuny1-1/+1
2022-02-10nix: fix a bunch of stuffFranck Cuny1-9/+5
2022-02-10home-manager: split the configurationFranck Cuny1-0/+62