nix-conf/configuration.nix
2024-03-24 23:46:50 +04:00

6 lines
68 B
Nix

{ config, lib, pkgs, ... }:
{
system.stateVersion = "23.11";
}