diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 21:19:03 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 21:19:03 +0200 |
commit | b9aa49c68cb78d7fb2a26cba4cbd995a5049d129 (patch) | |
tree | ec2bf751ccc93a021ace7fed284f36ae26a621d6 /modules/common/default.nix | |
parent | pkgs/tskm: Fail, when a `task` invocation fails (diff) | |
download | nixos-config-b9aa49c68cb78d7fb2a26cba4cbd995a5049d129.zip |
modules/common: Add useful todo comment
Diffstat (limited to '')
-rw-r--r-- | modules/common/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index d5dfb7a3..a272bd52 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -24,6 +24,8 @@ externalBinaries, ... }: { + # TODO(@bpeetz): Move this file to default options in their respective modules. <2025-05-31> + soispha = { age.enable = true; boot.enable = true; |