mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 02:18:37 +00:00
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:
parent
118694944d
commit
6f06066e94
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user