diff options
| author | seth <[email protected]> | 2023-09-15 23:12:31 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-15 23:12:31 -0400 |
| commit | 5c84971b6314276c05eec6d35b41f504639fa9b0 (patch) | |
| tree | d29d72d519142be72e157e9692779d4dce02fc0d /hosts | |
| parent | fd822e9967e8f3fdbd11b6089a6ee5892c614642 (diff) | |
flake: declare modules in modules/
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index d0daad4..e9ef9ba 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -35,9 +35,6 @@ }; }; - nixosModules.default = import ../modules/nixos; - darwinModules.default = import ../modules/darwin; - openwrtConfigurations.turret = withSystem "x86_64-linux" ({pkgs, ...}: pkgs.callPackage ./turret { inherit (inputs) openwrt-imagebuilder; |
