infrastructure/meta/nodes/default.nix
sinavir 09731ab2e9
chore: Refactor meta to a module architecture
Get rid of the weird half nix half module stuff.
2025-01-23 09:51:45 +01:00

11 lines
238 B
Nix

# SPDX-FileCopyrightText: 2024 Tom Hubrecht <tom.hubrecht@dgnum.eu>
# SPDX-FileContributor: Ryan Lahfa <ryan.lahfa@dgnum.eu>
#
# SPDX-License-Identifier: EUPL-1.2
{
imports = [
./liminix.nix
./nixos.nix
./netconf.nix
];
}