Add common hosts config

This commit is contained in:
2025-04-22 22:12:45 +02:00
parent 142b16fa9c
commit 05350e1c1c
10 changed files with 246 additions and 94 deletions

View File

@ -20,7 +20,24 @@
...
}:
{
imports = [ ./hardware-configuration.nix ];
imports = [
# inputs.hardware.nixosModules.common-cpu-amd # TODO something useful for me?
./hardware-configuration.nix
../common/global
../common/users/gabriel
../common/optional/peripherals.nix
../common/optional/greetd.nix
../common/optional/pipewire.nix
../common/optional/quietboot.nix
../common/optional/wireless.nix
../common/optional/lxd.nix
../common/optional/starcitizen-fixes.nix
];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.blacklistedKernelModules = [ "pcspkr" ]; # Disables "beep"