remove last ooye stuff

This commit is contained in:
Henry Hiles 2025-10-24 12:51:55 -04:00
commit 510fe4ecf4
No known key found for this signature in database

View file

@ -1,5 +1,4 @@
{ {
lib,
pkgs, pkgs,
inputs, inputs,
config, config,
@ -58,6 +57,4 @@ in
environmentFile = config.age.secrets."whatsapp.age".path; environmentFile = config.age.secrets."whatsapp.age".path;
}; };
}; };
systemd.services.matrix-ooye.serviceConfig.Restart = lib.mkForce "always";
} }