boot strapping

This commit is contained in:
2025-02-11 21:43:01 -05:00
parent 6c15bbe0a3
commit ff0f7eba26
25 changed files with 876 additions and 3 deletions

View File

@@ -97,6 +97,12 @@
];
specialArgs = { inherit inputs outputs; };
};
brendans-system = lib.nixosSystem {
modules = [
./systems/brendans-system
];
specialArgs = { inherit inputs outputs; };
};
};
};
}