nixos-config/systems/mc5/configuration.nix

12 lines
177 B
Nix
Raw Normal View History

2021-12-03 13:35:37 +01:00
{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
./modules/generic.nix
];
system.stateVersion = "21.11";
}
# vim: set et ts=2 sw=2 ai: