summaryrefslogtreecommitdiff
path: root/hosts/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-09-15 23:12:31 -0400
committerseth <[email protected]>2023-09-15 23:12:31 -0400
commit5c84971b6314276c05eec6d35b41f504639fa9b0 (patch)
treed29d72d519142be72e157e9692779d4dce02fc0d /hosts/default.nix
parentfd822e9967e8f3fdbd11b6089a6ee5892c614642 (diff)
flake: declare modules in modules/
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix3
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;