refactor(configurations): add default nixos module
This commit is contained in:
parent
90a42fc7d5
commit
966ed51a21
7 changed files with 36 additions and 46 deletions
|
@ -9,5 +9,5 @@ let
|
|||
in
|
||||
{
|
||||
imports = [ hm.flakeModules.home-manager ];
|
||||
flake.modules.nixos.common = globalCfg;
|
||||
flake.modules.nixos.default = globalCfg;
|
||||
}
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
flake.modules.nixos.networking =
|
||||
{ hostName, ... }:
|
||||
{
|
||||
networking = { inherit hostName; };
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue