nix-config/hosts/Puenktchen/default.nix
2024-11-14 21:35:58 +01:00

10 lines
146 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
./disko.nix
./syncthing.nix
];
boot.initrd.kernelModules = [ "amdgpu" ];
}