fix: indirect access should be before direct (#106)

Signed-off-by: matttrach <matt.trachier@suse.com>
This commit is contained in:
Matt Trachier 2024-08-27 10:30:48 -05:00 committed by GitHub
parent 9d8198a074
commit e7a064c890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1724114134,
"narHash": "sha256-V/w5MIQy4jTG/L7/V/AL2BF5gSEWCfxHVDQdzLBCV18=",
"lastModified": 1724395761,
"narHash": "sha256-zRkDV/nbrnp3Y8oCADf5ETl1sDrdmAW6/bBVJ8EbIdQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f02fa2f654c7bcc45f0e815c29d093da7f1245b4",
"rev": "ae815cee91b417be55d43781eb4b73ae1ecc396c",
"type": "github"
},
"original": {

View File

@ -145,6 +145,7 @@ module "direct_access" {
depends_on = [
module.image,
module.server,
module.indirect_access,
]
source = "./modules/direct_access"
server = {