server/system/nixos.nix
2024-10-07 15:32:17 +01:00

6 lines
55 B
Nix
Executable File

{ config, ... }:
{
system.stateVersion = "23.05";
}