infra/hosts/flora-6/default.nix
2024-05-08 22:57:07 +02:00

12 lines
183 B
Nix

{ ... }:
{
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
./configuration.nix
./triton-vmtools.nix
./wireguard.nix
];
}