diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-12 10:23:46 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-12 10:23:46 -0700 |
| commit | 9043eef836f8c60ca4ab13774f580c58ddc67446 (patch) | |
| tree | 8b701aeb82687dacd551aeb8f912c565a9e03b68 /profiles | |
| parent | add profiles for darwin and remote builder (diff) | |
| download | infra-9043eef836f8c60ca4ab13774f580c58ddc67446.tar.gz | |
move hardware config closer to the host config
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/hardware/synology.nix | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/profiles/hardware/synology.nix b/profiles/hardware/synology.nix deleted file mode 100644 index ad1fd3f..0000000 --- a/profiles/hardware/synology.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ lib, modulesPath, ... }: -{ - imports = [ - (modulesPath + "/profiles/qemu-guest.nix") - (modulesPath + "/installer/scan/not-detected.nix") - ]; - - boot.initrd.availableKernelModules = [ - "ata_piix" - "uhci_hcd" - "virtio_pci" - "virtio_scsi" - "sd_mod" - "sr_mod" - ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-amd" ]; - boot.extraModulePackages = [ ]; - - swapDevices = [ ]; - - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; -} |
