nixos-config/machines/probe/hardware-configuration/default.nix

13 lines
272 B
Nix
Raw Normal View History

2024-06-21 22:33:32 +02:00
{ config, factsGenerator, clanLib, ... }:
{
imports = [
#./disko-config-simple.nix
./disko-config-encrypted.nix
2024-06-21 22:33:32 +02:00
./hardware-configuration.nix
2024-06-21 23:25:17 +02:00
./hetzner.nix # to more me to components
2024-06-21 22:33:32 +02:00
];
boot.tmp.useTmpfs = true; # make /tmp a tmpfs (performance!)
}