diff --git a/nixos/common/default.nix b/nixos/common/default.nix index 5ba21f4..ae72ddd 100644 --- a/nixos/common/default.nix +++ b/nixos/common/default.nix @@ -1,7 +1,7 @@ { inputs, lib, config, ... }: { # This file deals with everything requiring `inputs`, the rest being delagated to `common.nix` # this is because we can't import inputs from all contexts as that can lead to infinite recursion. - import = [ + imports = [ ./common.nix inputs.vault-secrets.nixosModules.vault-secrets ]; @@ -17,4 +17,4 @@ vaultAddress = "http://${server}.${domain}:8200/"; approlePrefix = "${domain}-${hostName}"; }; -} \ No newline at end of file +}