nixos/containers: use latest stateVersion as example

Hopefully this way we don't confuse people into thinking you have to set it to 21.05.
This commit is contained in:
K900 2023-10-27 11:31:23 +03:00
parent 118694944d
commit 6f06066e94

View File

@ -754,7 +754,7 @@ in
{ services.postgresql.enable = true;
services.postgresql.package = pkgs.postgresql_14;
system.stateVersion = "21.05";
system.stateVersion = "${lib.trivial.release}";
};
};
}
@ -906,4 +906,6 @@ in
"tun"
];
});
meta.buildDocsInSandbox = false;
}