1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-23 12:42:01 +01:00
github.com-tboerger-nixos-c.../machines/midgard/default.nix

17 lines
192 B
Nix
Raw Normal View History

2022-02-20 17:46:48 +01:00
{ config, lib, pkgs, ... }:
{
imports = [
../modules
./filesystems.nix
./boot.nix
./hardware.nix
./networking.nix
];
system = {
stateVersion = "21.11";
};
}