Add new version to nix files

This commit is contained in:
Eike Kettner
2020-02-28 21:18:10 +01:00
parent aa3b9258c4
commit c23d73fffb
2 changed files with 20 additions and 1 deletions

View File

@ -51,6 +51,7 @@ in
networking = {
hostName = "docspelltest";
firewall.allowedTCPPorts = [7880];
};
system.stateVersion = "19.09";