diff --git a/flake.lock b/flake.lock index d732f8f..97fe53a 100644 --- a/flake.lock +++ b/flake.lock @@ -99,11 +99,11 @@ ] }, "locked": { - "lastModified": 1739634831, - "narHash": "sha256-xFnU+uUl48Icas2wPQ+ZzlL2O3n8f6J2LrzNK9f2nng=", + "lastModified": 1738765162, + "narHash": "sha256-3Z40qHaFScWUCVQrGc4Y+RdoPsh1R/wIh+AN4cTXP0I=", "owner": "nix-community", "repo": "disko", - "rev": "fa5746ecea1772cf59b3f34c5816ab3531478142", + "rev": "ff3568858c54bd306e9e1f2886f0f781df307dff", "type": "github" }, "original": { @@ -143,11 +143,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1739592202, - "narHash": "sha256-ghQ9Z+PONjMTv4TK0+WyMM9Ih5osZL21UdgLbbJnSek=", + "lastModified": 1739299118, + "narHash": "sha256-C4voLzXhXgiadyD0Rpf5GDaJqUC+AJvjCr/XiEX/rCA=", "owner": "rycee", "repo": "nur-expressions", - "rev": "4e266f1da531f169f1ff3d62942cf9cd901ee579", + "rev": "9308d31fbfe363e5ac0c00f470223f3203833447", "type": "gitlab" }, "original": { @@ -378,11 +378,11 @@ ] }, "locked": { - "lastModified": 1739571712, - "narHash": "sha256-0UdSDV/TBY+GuxXLbrLq3l2Fq02ciyKCIMy4qmnfJXQ=", + "lastModified": 1739298825, + "narHash": "sha256-q9CzTY7n8n9RK9mKUQ4VbaKdydhXQqzphahEG5Wt8sI=", "owner": "nix-community", "repo": "home-manager", - "rev": "6d3163aea47fdb1fe19744e91306a2ea4f602292", + "rev": "f0a31d38e6de48970ce1fe93e6ea343e20a9c80a", "type": "github" }, "original": { @@ -657,11 +657,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1739446958, - "narHash": "sha256-+/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc=", + "lastModified": 1739020877, + "narHash": "sha256-mIvECo/NNdJJ/bXjNqIh8yeoSjVLAuDuTUzAo7dzs8Y=", "owner": "nixos", "repo": "nixpkgs", - "rev": "2ff53fe64443980e139eaa286017f53f88336dd0", + "rev": "a79cfe0ebd24952b580b1cf08cd906354996d547", "type": "github" }, "original": { @@ -703,11 +703,11 @@ "treefmt-nix": "treefmt-nix_4" }, "locked": { - "lastModified": 1739627497, - "narHash": "sha256-LqwCCtADkHniSmP5ufoiXNY4GRttwvW/EOTVpgVh0LY=", + "lastModified": 1739121491, + "narHash": "sha256-BEmyAozR3Pc2qwPtC4rgUglzi3cw4nv4fXEY23NxOrQ=", "owner": "nix-community", "repo": "nixvim", - "rev": "d3a25cb97f8e8c4b77949b1e9fcf26b7ded42fbc", + "rev": "13341a4c1238b7974e7bad9c7a6d5c51ca3cf81a", "type": "github" }, "original": { @@ -778,7 +778,6 @@ "snm": "snm", "sops-nix": "sops-nix_2", "srvos": "srvos", - "tela": "tela", "treefmt-nix": "treefmt-nix_5" } }, @@ -858,11 +857,11 @@ ] }, "locked": { - "lastModified": 1739438633, - "narHash": "sha256-7nTfMqYkc7WQwmB6m2zo2m2DEmNqrfyE+Pdisr7cTTI=", + "lastModified": 1739149457, + "narHash": "sha256-777RrYhdblwYBDruc5xaRdheTGyBMOdjcJmc67d98es=", "owner": "nix-community", "repo": "srvos", - "rev": "54aae80b7526d234658632d251e9bf278b58b7ef", + "rev": "8e257cc0810b5aa0f1a8841d8bdbb10eda07ae16", "type": "github" }, "original": { @@ -916,22 +915,6 @@ "type": "github" } }, - "tela": { - "flake": false, - "locked": { - "lastModified": 1739165606, - "narHash": "sha256-ufjKFlKJnmNwD2m1w+7JSBQij6ltxXWCpUEvVxECS98=", - "owner": "vinceliuice", - "repo": "Tela-icon-theme", - "rev": "fea810d948a663f336060b97db556274af3fc7c7", - "type": "github" - }, - "original": { - "owner": "vinceliuice", - "repo": "Tela-icon-theme", - "type": "github" - } - }, "treefmt-nix": { "inputs": { "nixpkgs": [ diff --git a/flake.nix b/flake.nix index e9dea04..6fed9f5 100644 --- a/flake.nix +++ b/flake.nix @@ -54,11 +54,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - tela = { - url = "github:vinceliuice/Tela-icon-theme"; - flake = false; - }; - # Utility nixos-anywhere = { url = "github:nix-community/nixos-anywhere"; diff --git a/nixos-modules/nix/default.nix b/nixos-modules/nix/default.nix index aa8fe5b..9359bae 100644 --- a/nixos-modules/nix/default.nix +++ b/nixos-modules/nix/default.nix @@ -127,9 +127,6 @@ in (_self: super: rec { firefox-addons = self.inputs.firefox-addons.packages.${config.nixpkgs.hostPlatform.system}; localPkgs = self.outputs.packages.${config.nixpkgs.hostPlatform.system}; - tela-icon-theme = super.tela-icon-theme.overrideAttrs { - src = self.inputs.tela; - }; }) ]; }; diff --git a/systems/hetzner/mail.nix b/systems/hetzner/mail.nix index 35016cb..4312983 100644 --- a/systems/hetzner/mail.nix +++ b/systems/hetzner/mail.nix @@ -62,6 +62,8 @@ enable = true; # index new email as they arrive autoIndex = true; + # this only applies to plain text attachments, binary attachments are never indexed + indexAttachments = true; enforced = "body"; };