🚚 get rid of modules/default.nix in verify flake module
Some checks failed
Build all NixOS Configurations / nix build (push) Has been cancelled

This commit is contained in:
Ingolf Wagner 2024-09-15 07:08:05 +07:00
parent 614a1d8e37
commit a52e1b39a0
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 4 additions and 9 deletions

View file

@ -3,7 +3,10 @@
imports = [ ];
flake.nixosModules.verify = {
imports = [ ./modules ];
imports = [
./modules/closedPorts.nix
./modules/localCommands.nix
];
};
perSystem =

View file

@ -1,8 +0,0 @@
{
imports = [
./closedPorts.nix
./localCommands.nix
];
}