Files
nixos-config/hosts/vanta/default.nix

18 lines
321 B
Nix
Raw Normal View History

2025-09-13 02:38:36 -04:00
{
inputs,
...
}:
{
imports = [
inputs.nixos-hardware.nixosModules.framework-12th-gen-intel
./hardware-configuration.nix
../../profiles/intel.nix
../hosts.nix
2025-09-13 02:38:36 -04:00
];
host = {
name = "vanta";
pubKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAaDVBJdMDFL8r9NQCbaLe+DPHGhGzRv2N7+7m1/U8DP";
};
2025-09-13 02:38:36 -04:00
}