2024-08-29 03:26:04 +02:00
|
|
|
{
|
|
|
|
config,
|
|
|
|
factsGenerator,
|
|
|
|
clanLib,
|
|
|
|
...
|
|
|
|
}:
|
2024-06-21 22:33:32 +02:00
|
|
|
{
|
|
|
|
imports = [
|
2024-08-07 11:07:10 +02:00
|
|
|
#./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!)
|
|
|
|
|
|
|
|
}
|