universe/hosts/common/default.nix

11 lines
135 B
Nix
Raw Normal View History

2025-03-02 19:00:20 +00:00
{u, ...}: {
system.stateVersion = "24.11";
imports = u.umport {
path = ./.;
exclude = [
./default.nix
];
};
}