Skip to content

Commit

Permalink
fix(hosts): removed default nixos module
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jan 3, 2024
1 parent ceabe16 commit 378842d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/hosts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
modules =
let
hostName = builtins.replaceStrings [ "-dev" ] [ "" ] name;
defaultModule = { modulesPath, ... }: {
imports = [
(modulesPath + "/profiles/minimal.nix")
];
};
in
[
./../configuration.nix
Expand All @@ -28,7 +23,6 @@
inputs.nixvim.nixosModules.nixvim
inputs.aagl.nixosModules.default
inputs.home-manager.nixosModules.home-manager
defaultModule
] ++ (imports.importModulesPath ./../modules);
};
}

0 comments on commit 378842d

Please sign in to comment.