nix-config/hosts/Puenktchen/default.nix

8 lines
81 B
Nix
Raw Normal View History

2024-09-19 17:12:09 +02:00
{ ... }:
2024-05-15 13:05:50 +02:00
{
imports = [
./hardware-configuration.nix
2024-05-19 20:11:53 +02:00
./disko.nix
2024-05-15 13:05:50 +02:00
];
2024-09-19 17:12:09 +02:00
}