feat(nixos): pass inputs and hostName as specialArgs to nixosSystem
This commit is contained in:
parent
b43476ccee
commit
e385783de2
4 changed files with 32 additions and 6 deletions
7
modules/modules/nixos/networking.nix
Normal file
7
modules/modules/nixos/networking.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
flake.modules.nixos.networking =
|
||||
{ hostName, ... }:
|
||||
{
|
||||
networking = { inherit hostName; };
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue