nixos-config/systems/mc7/configuration.nix

14 lines
203 B
Nix
Raw Normal View History

2022-03-20 23:13:28 +01:00
{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
./modules/generic.nix
./modules/borg.nix
];
system.stateVersion = "22.05";
}
2022-07-18 00:42:28 +02:00
# vim: set et ts=2 sw=2 ai: