feat: Refactor to use flake-parts and import inventory and users thru the flake parts

This commit is contained in:
UGA Innovation Factory
2026-01-13 18:20:24 -05:00
parent b1d4fe8d68
commit f606ea731c
11 changed files with 156 additions and 234 deletions

View File

@@ -1,6 +1,17 @@
# NixOS configurations generated from fleet
{ inputs, self, lib, config, ... }:
{
inputs,
self,
lib,
pkgs,
config,
...
}:
{
imports = [
../fleet/fleet-option.nix
];
flake.nixosConfigurations =
let
fleet = self.lib.mkFleet { inherit inputs lib config; };