aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-09 19:11:39 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-09 19:11:39 -0800
commit060ca89d9e9b23dcc329d42b6ab394ff64ad5e90 (patch)
tree9430ecf1a8a470b3764e62bbdf1d55a15bbe9964 /hosts
parentref(flake): let's stay on stable (diff)
downloadinfra-060ca89d9e9b23dcc329d42b6ab394ff64ad5e90.tar.gz
fix(hosts/tahoe): mask mdmonitor
This is a broken unit and I don't need it (see https://github.com/nixos/nixpkgs/issues/72394).
Diffstat (limited to 'hosts')
-rw-r--r--hosts/tahoe/services.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix
index 25f8527..ec9c2de 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -2,6 +2,11 @@
let secrets = config.age.secrets;
in
{
+
+ # this unit is broken and useless. I don't know how to not install
+ # it, so let's mask it.
+ systemd.services.mdmonitor.enable = false;
+
my.services = {
samba = {
enable = true;