summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominique Martinet @ odin <asmadeus@codewreck.org>2020-08-02 00:18:20 +0200
committerDominique Martinet @ odin <asmadeus@codewreck.org>2020-09-03 14:19:28 +0200
commit47a9e4b42a47024c0e29a6873ca543d1fc09e136 (patch)
tree57b25575474eac1e0a237edc89f8b4c3338a8b5a
parenta2954865218d265c4093d141f099348094a734b1 (diff)
common: add bc, socket, locate service
-rw-r--r--profiles/common.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/common.nix b/profiles/common.nix
index bc48021..e6ed863 100644
--- a/profiles/common.nix
+++ b/profiles/common.nix
@@ -41,10 +41,12 @@ in {
linuxPackages.perf
lm_sensors
lynx
+ bc
lzop
mosh
multipath-tools
ncat
+ socat
nmap
ripgrep
rxvt_unicode.terminfo
@@ -63,6 +65,10 @@ in {
collect-args = "1 1 -S XDISK";
};
services.openssh.enable = true;
+ services.locate = {
+ enable = true;
+ interval = "Mon,Thu 03:30";
+ };
systemd.coredump.enable = true;
environment = {