Add state version to apollo and cluster

This commit is contained in:
2025-12-27 00:01:02 -08:00
parent 8957b94328
commit 1ce9dc5270
10 changed files with 80 additions and 0 deletions

View File

@@ -23,4 +23,12 @@
];
networking.hostName = "cap-apollo-n01";
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "25.11"; # Did you read the comment?
}