diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-20 07:49:56 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-20 07:53:22 -0600 |
| commit | 70f702c6fd33454aebc4a266789fc5bf7e77e960 (patch) | |
| tree | afd021e65acab4ed2cde532b3eb914bfc6cb9ff9 /lib/nix-furnace/mkSystem.nix | |
| parent | 26533470d5eebca67519c0a0ce797bedfb6a5e25 (diff) | |
age + other various changes
Diffstat (limited to 'lib/nix-furnace/mkSystem.nix')
| -rw-r--r-- | lib/nix-furnace/mkSystem.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/nix-furnace/mkSystem.nix b/lib/nix-furnace/mkSystem.nix index cf14f4a..b3daf3a 100644 --- a/lib/nix-furnace/mkSystem.nix +++ b/lib/nix-furnace/mkSystem.nix @@ -11,7 +11,7 @@ let module_types, }: inputs.nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs my-lib;}; + specialArgs = {inherit inputs my-lib hostname;}; modules = [ {networking.hostName = hostname;} @@ -24,6 +24,8 @@ let ../../modules/options.nix ../../hosts/${hostname}/config.nix (lazyImport ../../hosts/${hostname}/nixos.nix) + inputs.agenix.nixosModules.default + ../../secrets/default.nix ] ++ (listModules |> (builtins.map (modName: [ |
