Address first round of review

This commit is contained in:
Gonne 2024-12-14 17:31:31 +01:00
parent aa13fb974f
commit 43016d852d
10 changed files with 83 additions and 280 deletions

View file

@ -6,13 +6,6 @@
url = "git+https://gitea.mathebau.de/fachschaft/alias_to_sieve";
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-mailserver = {
url = "git+https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git";
inputs = {
flake-compat.follows = "";
nixpkgs.follows = "";
};
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";