11
modules/generators.nix
Normal file
11
modules/generators.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [ inputs.nixos-generators.nixosModules.all-formats ];
|
||||
}
|
Reference in New Issue
Block a user