nixos-config/systems/mc7/configuration.nix
2022-03-20 23:13:28 +01:00

11 lines
174 B
Nix

{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
./modules/generic.nix
./modules/borg.nix
];
system.stateVersion = "22.05";
}