diff options
| author | seth <[email protected]> | 2024-02-10 18:09:25 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-10 18:09:25 -0500 |
| commit | de90fa19303213ace45952711bf0fd6b3cd85f3d (patch) | |
| tree | e80165e1844dd1cd3743830c9f8bdc0c5f179791 /systems/default.nix | |
| parent | 6bc36b613f8a83d9b265170d7a7c0c683942ceb3 (diff) | |
modules: import extra options where they're introduced
Diffstat (limited to 'systems/default.nix')
| -rw-r--r-- | systems/default.nix | 9 |
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 = {}; }; |
