stateVersion devrait être propre à chaque machine (fixé à l'installation)
This commit is contained in:
committed by
Yves Dubromelle
parent
9d5db185b3
commit
0dd2698082
@@ -9,7 +9,7 @@ in
|
|||||||
|
|
||||||
{
|
{
|
||||||
# The NixOS release to be compatible with for stateful data such as databases.
|
# The NixOS release to be compatible with for stateful data such as databases.
|
||||||
system.stateVersion = "19.09";
|
#system.stateVersion = "19.09";
|
||||||
|
|
||||||
# copies the NixOS configuration file (usually /etc/nixos/configuration.nix) and links it from the resulting system (getting to /run/current-system/configuration.nix)
|
# copies the NixOS configuration file (usually /etc/nixos/configuration.nix) and links it from the resulting system (getting to /run/current-system/configuration.nix)
|
||||||
# https://github.com/NixOS/nixpkgs/issues/97252
|
# https://github.com/NixOS/nixpkgs/issues/97252
|
||||||
|
|||||||
Reference in New Issue
Block a user