🚚 get rid of modules/default.nix in verify flake module

This commit is contained in:
Ingolf Wagner 2024-09-15 07:08:05 +07:00
parent 614a1d8e37
commit a52e1b39a0
No known key found for this signature in database
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
];
}