Install NixOS on Hetzner Cloud: Difference between revisions
update example to 24.11 |
|||
| Line 59: | Line 59: | ||
{ | { | ||
inputs = { | inputs = { | ||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24. | nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; | ||
}; | }; | ||
| Line 149: | Line 149: | ||
# Before changing this value read the documentation for this option | # Before changing this value read the documentation for this option | ||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). | # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). | ||
system.stateVersion = "24. | system.stateVersion = "24.11"; # Did you read the comment? | ||
} | } | ||