1
0
派生 0

Update to SNM to 2.2.1 and switch NixOS state to 19.03

master
dump_stack() 2019-05-27 23:27:12 +00:00
父节点 f118ba0912
当前提交 3959977d56
签署人:: dump_stack
GPG 密钥 ID: BE44DA8C062D87DC
共有 1 个文件被更改,包括 3 次插入3 次删除

查看文件

@ -7,8 +7,8 @@ in {
# check https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/tags
# for new releases
(builtins.fetchTarball {
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/v2.2.0/nixos-mailserver-v2.2.0.tar.gz";
sha256 = "0gqzgy50hgb5zmdjiffaqp277a68564vflfpjvk1gv6079zahksc";
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/v2.2.1/nixos-mailserver-v2.2.1.tar.gz";
sha256 = "03d49v8qnid9g9rha0wg2z6vic06mhp0b049s3whccn1axvs2zzx";
})
];
@ -50,7 +50,7 @@ in {
services.openssh.enable = true;
system.autoUpgrade.enable = true;
system.stateVersion = "18.09";
system.stateVersion = "19.03";
nix = {
optimise.automatic = true;