WIP: add router configuration

This commit is contained in:
2025-01-15 00:01:09 -08:00
parent c8f9d65f2d
commit 5559e6bc95
3 changed files with 359 additions and 0 deletions

View File

@@ -29,6 +29,14 @@
./hosts/vm
];
};
router = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./modules
./hosts/common.nix
./hosts/router
];
};
};
# https://github.com/nix-community/nixos-generators?tab=readme-ov-file#using-in-a-flake
packages.x86_64-linux = {