Benjamin Bädorf
1f2d56e0c9
This aligns with the coming changes in hostnames in the terraform infrastructure.
7 lines
134 B
Nix
7 lines
134 B
Nix
{ pkgs, inputs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
inputs.triton-vmtools.packages.${pkgs.system}.default
|
|
];
|
|
}
|