Support for deadnix pre-commit check

This commit is contained in:
Greg Hellings
2024-10-03 15:21:56 -05:00
parent 78c802d32c
commit 229188214f
46 changed files with 50 additions and 85 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ let
# Create a container with all our default settings
makeContainer = name: container:
makeContainer = _: container:
let
agekey = "/etc/ssh/agenix_key";
in
@@ -18,7 +18,7 @@ let
"${agekey}".hostPath = "/etc/ssh/ssh_host_ed25519_key"; # This is needed for agenix to
};
enableTun = container.tailscale;
config = { config, pkgs, ... }: {
config = { ... }: {
imports = [
inputs.agenix.nixosModules.default
inputs.self.modules.nixosModule