summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-10 18:09:25 -0500
committerseth <[email protected]>2024-02-10 18:09:25 -0500
commitde90fa19303213ace45952711bf0fd6b3cd85f3d (patch)
treee80165e1844dd1cd3743830c9f8bdc0c5f179791 /systems
parent6bc36b613f8a83d9b265170d7a7c0c683942ceb3 (diff)
modules: import extra options where they're introduced
Diffstat (limited to 'systems')
-rw-r--r--systems/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/systems/default.nix b/systems/default.nix
index 22adae8..49f0e44 100644
--- a/systems/default.nix
+++ b/systems/default.nix
@@ -7,11 +7,6 @@
nixos = {
builder = inputs.nixpkgs.lib.nixosSystem;
- modules = with inputs; [
- agenix.nixosModules.default
- home-manager.nixosModules.home-manager
- ];
-
systems = {
glados = {};
@@ -27,10 +22,6 @@
darwin = {
builder = inputs.darwin.lib.darwinSystem;
- modules = [
- inputs.home-manager.darwinModules.home-manager
- ];
-
systems = {
caroline = {};
};