hosts/samhain: Fixed glauca DNS updater

This commit is contained in:
kat witch 2021-04-03 21:54:04 +01:00
parent 758ee6e38c
commit 82bcab08cd
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 42 additions and 3 deletions

View file

@ -9,9 +9,6 @@ let
discord = unstable.discord.override { nss = self.nss_latest; };
lib = super.lib.extend
(self: super: { deployEmbedFuckery = txt: "__FUCKERY__" + txt; });
ncmpcpp = unstable.ncmpcpp.override {
visualizerSupport = true;
clockSupport = true;