mail.nix: 21.05 -> 21.11

This commit is contained in:
Tassilo - 2022-02-20 20:23:21 +01:00
parent 73414a6049
commit 8973f1b879
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07
2 changed files with 5 additions and 5 deletions

View File

@ -10,12 +10,12 @@ The Nix Mail setup to rule them all.
## TODO-List ## TODO-List
- [] people should add their puplic keys - [ ] people should add their puplic keys
- [] replace keys/test.age - [ ] replace keys/test.age
- [] setup system and init sops - [ ] setup system and init sops
## Testing Locally ## Testing Locally
`` ``
nix build $ nix build
`` ``

View File

@ -1,5 +1,5 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let release = "nixos-21.05"; let release = "nixos-21.11";
in { in {
mailserver = { mailserver = {
enable = true; enable = true;