🚚 get rid of modules/default.nix in verify flake module
This commit is contained in:
parent
614a1d8e37
commit
a52e1b39a0
2 changed files with 4 additions and 9 deletions
|
@ -3,7 +3,10 @@
|
|||
imports = [ ];
|
||||
|
||||
flake.nixosModules.verify = {
|
||||
imports = [ ./modules ];
|
||||
imports = [
|
||||
./modules/closedPorts.nix
|
||||
./modules/localCommands.nix
|
||||
];
|
||||
};
|
||||
|
||||
perSystem =
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
|
||||
imports = [
|
||||
./closedPorts.nix
|
||||
./localCommands.nix
|
||||
];
|
||||
|
||||
}
|
Loading…
Reference in a new issue