aboutsummaryrefslogtreecommitdiff
path: root/modules/misc
diff options
context:
space:
mode:
authorTobias Happ <tobias.happ@gmx.de>2019-11-16 22:05:08 +0100
committerRobert Helgesson <robert@rycee.net>2019-11-17 20:36:27 +0100
commit286dd9b3088298e5a4625b517f8e72b1c62e4f74 (patch)
tree03c1c5510982bd94dff947ee30bd164b42fd7b39 /modules/misc
parent595150be86639cd1e41c9eba1cf02dc503d10c23 (diff)
lorri: add service
Diffstat (limited to 'modules/misc')
-rw-r--r--modules/misc/news.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/misc/news.nix b/modules/misc/news.nix
index a00c81ee1d8..bbc05e23076 100644
--- a/modules/misc/news.nix
+++ b/modules/misc/news.nix
@@ -1229,6 +1229,13 @@ in
it anymore.
'';
}
+
+ {
+ time = "2019-11-17T18:47:40+00:00";
+ message = ''
+ A new module is available: 'services.lorri'.
+ '';
+ }
];
};
}