aboutsummaryrefslogtreecommitdiff
path: root/hosts/tahoe/services.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/tahoe/services.nix')
-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;