about summary refs log tree commit diff stats
path: root/modules/common (follow)
Commit message (Collapse)AuthorAge
* modules/nixos-shell: InitBenedikt Peetz25 hours
| | | | | | A VM at your disposal. This is based on: https://github.com/Mic92/nixos-shell
* modules/common: Active `nix-index` by default.Benedikt Peetz41 hours
|
* modules/legacy/mako: Migrate to `by-name`Benedikt Peetz42 hours
|
* modules/{atuin,taskwarrior}: Make enabling age configurableBenedikt Peetz44 hours
| | | | A VM/test without age keys still needs to be able to use this modules.
* modules/common: Don't always persist `/var/{lib/nixos,log}`Benedikt Peetz44 hours
| | | | Both of these make building a VM hard.
* modules/age: InitBenedikt Peetz44 hours
|
* modules/common: Don't sync the maildirBenedikt Peetz9 days
| | | | | | This directory is already sychronized via mbsync/isync and syncing it leads to an undefined state (e.g., duplicated ids and thus duplicated emails)
* modules/backup: Make backup preparing a separate serviceBenedikt Peetz14 days
| | | | | This change also removes the auto mount stuff from the local backup. This is just not really useful for an on-demand backup
* modules/backup: Provide support for a local repositoryBenedikt Peetz2025-05-01
|
* common: Activate the ssh module by-defaultBenedikt Peetz2025-05-01
|
* modules/backup: Port to storageboxBenedikt Peetz2025-04-30
|
* modules/common/unison: Ignore `~/.local/share/{Steam,atuin}`Benedikt Peetz2025-04-28
|
* treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz2025-04-27
| | | | This change also ensures that this repo is reuse-3.0 compliant.
* hosts/tiamat: Enable steam for all hostsBenedikt Peetz2025-04-25
| | | | Otherwise, unison-sync might complain regarding unmatched data files.
* modules/legacy/gpg: Migrate to by-nameBenedikt Peetz2025-04-25
|
* feat(modules/water-remainder): InitBenedikt Peetz2025-04-08
|
* feat(modules/cargo): InitBenedikt Peetz2025-04-07
|
* refactor(modules/xdg): Migrate to by-name and fix firefox dep in url-handlerBenedikt Peetz2025-04-07
|
* fix(modules/common): Correctly specify the `projects.json` fileBenedikt Peetz2025-04-04
|
* refactor(modules/timewarrior): Migrate to by-nameBenedikt Peetz2025-04-04
|
* feat(modules/tskm): Init moduleBenedikt Peetz2025-04-04
| | | | | This module does what was previously squashed into the firefox, taskwarrior and nvim modules.
* feat(modules/legacy/taskwarrior): Migrate to by-nameBenedikt Peetz2025-04-04
|
* refactor(modules/legacy/firefox): Move to by-nameBenedikt Peetz2025-04-02
| | | | | This also improves the arkanfox-integration and the profile id generation.
* refactor(flake/nixosModules/common.nix): Move to `modules/common`Benedikt Peetz2025-02-04
This file is commonly edited, when a module is changed. As such moving it to the `modules` directory, is an obvious decision.