nixos-config/machines/probe/hardware-configuration/default.nix
Ingolf Wagner d5f1ef4af6
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 7m44s
extract nixos.boot.ssh and set up probe
2024-08-07 21:39:32 +02:00

13 lines
272 B
Nix

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