forked from pub-solar/os
This aligns with the coming changes in hostnames in the terraform infrastructure.
6 lines
134 B
Nix
6 lines
134 B
Nix
{ pkgs, inputs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
inputs.triton-vmtools.packages.${pkgs.system}.default
|
|
];
|
|
}
|