nixos-config/systems/mc2/configuration.nix

16 lines
226 B
Nix
Raw Permalink Normal View History

2025-03-10 09:15:51 +01:00
{ config, lib, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
./modules/generic.nix
];
system.copySystemConfiguration = true;
system.stateVersion = "25.05";
}
# vim: set et ts=2 sw=2 ai: