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;