nixos-config/machines/probe/hardware-configuration/default.nix
Ingolf Wagner 045747d129
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 11m13s
wip ssh component refactoring
2024-08-07 15:51:41 +02:00

12 lines
238 B
Nix

{ config, factsGenerator, clanLib, ... }:
{
imports = [
./disko-config-simple.nix
./hardware-configuration.nix
./hetzner.nix # to more me to components
];
boot.tmp.useTmpfs = true; # make /tmp a tmpfs (performance!)
}