1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-23 03:32:08 +01:00
github.com-tboerger-nixos-c.../machines/midgard/default.nix
2022-09-28 22:28:36 +02:00

22 lines
249 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
../modules
../services
./filesystems.nix
./boot.nix
./networking.nix
./hardware.nix
];
personal = {
services = { };
};
system = {
stateVersion = "21.11";
};
}