diff options
| author | seth <[email protected]> | 2023-05-05 02:44:22 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-05 02:44:22 -0400 |
| commit | 3051d75c5ebe4284a6d50f1ea2b3a2f39e01a38d (patch) | |
| tree | 913db0783129b37a76a538cf9743afc2365dbee8 /flake/configs.nix | |
| parent | 4f1cc719a12ed27b23f2830489db3845c36c88ed (diff) | |
flake: restructure a lot
Diffstat (limited to 'flake/configs.nix')
| -rw-r--r-- | flake/configs.nix | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/flake/configs.nix b/flake/configs.nix deleted file mode 100644 index 9660616..0000000 --- a/flake/configs.nix +++ /dev/null @@ -1,28 +0,0 @@ -{ - inputs, - self, - ... -}: let - inherit (inputs) nixinate openwrt-imagebuilder; - inherit ((inputs.getchoo.lib inputs).configs) mapHMUsers mapHosts; -in { - flake = { - nixosConfigurations = mapHosts ../hosts; - - nixosModules.getchoo = import ../modules; - }; - - perSystem = { - pkgs, - system, - ... - }: { - apps = (nixinate.nixinate.${system} self).nixinate; - - legacyPackages.homeConfigurations = mapHMUsers system ../users; - - packages = { - turret = pkgs.callPackage ../hosts/_turret {inherit openwrt-imagebuilder;}; - }; - }; -} |
