blob: 311b9c329aa239b8c6c563ff430e4e6c0ea89814 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{
imports = [
./hardware-configuration.nix
../../modules
];
# See `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion.
system.stateVersion = "24.05";
}
|