| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
This allows us to actually sync symlinks, as most of the unwanted ones
are already ignored. And syncing the `.direnv` gc-roots is not that much
of a problem, because these are re-generated when they point to a
non-existent path.
|
| |
|
|
|
|
|
| |
This increases the locality of configurations and makes it easier to
see, what happens, when you enable a module.
|
| |
|
|
|
|
|
| |
Storing the secrets in the module that actually needs them, is a cleaner
solution.
|
|
|
|
|
|
|
| |
This makes it possible to mix and match between `NixOS` and
`home-manager` options and thus allows merging the secret handling
directly into this module. Furthermore, the `systemd` tempfiles handling
was also merged into this module.
|
| |
|
|
|