1
0
Fork 0

Use NixOS 22.05

master
dump_stack() 2022-06-24 05:38:51 +00:00
parent efb7b9c3fc
commit 8b4cfb0fcf
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
[Download NixOS installation ISO](https://nixos.org/nixos/download.html)
Note:
1. I assume that latest **stable** (e.g. 20.09) ISO will be used for installation.
1. I assume that latest **stable** (e.g. 22.05) ISO will be used for installation.
2. Some cloud providers disallow outbound SMTP by default. Check it if
there'll be issues with outgoing emails.

View File

@ -3,7 +3,7 @@ let
secrets = import ./secrets.nix;
hostname = "mail-dumpstack-io";
domain = "dumpstack.io";
branch = "21.11";
branch = "22.05";
in {
imports = [
./hardware-configuration.nix