Use NixOS 22.05
This commit is contained in:
parent
efb7b9c3fc
commit
8b4cfb0fcf
@ -3,7 +3,7 @@
|
|||||||
[Download NixOS installation ISO](https://nixos.org/nixos/download.html)
|
[Download NixOS installation ISO](https://nixos.org/nixos/download.html)
|
||||||
|
|
||||||
Note:
|
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
|
2. Some cloud providers disallow outbound SMTP by default. Check it if
|
||||||
there'll be issues with outgoing emails.
|
there'll be issues with outgoing emails.
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ let
|
|||||||
secrets = import ./secrets.nix;
|
secrets = import ./secrets.nix;
|
||||||
hostname = "mail-dumpstack-io";
|
hostname = "mail-dumpstack-io";
|
||||||
domain = "dumpstack.io";
|
domain = "dumpstack.io";
|
||||||
branch = "21.11";
|
branch = "22.05";
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user