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 /machines/nixos/x86_64-linux | |
| 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 '')
| -rw-r--r-- | machines/nixos/x86_64-linux/synology-vm/default.nix | 2 | ||||
| -rw-r--r-- | machines/nixos/x86_64-linux/synology-vm/hardware.nix (renamed from profiles/hardware/synology.nix) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/machines/nixos/x86_64-linux/synology-vm/default.nix b/machines/nixos/x86_64-linux/synology-vm/default.nix index a7d0aa1..9976c54 100644 --- a/machines/nixos/x86_64-linux/synology-vm/default.nix +++ b/machines/nixos/x86_64-linux/synology-vm/default.nix @@ -31,10 +31,10 @@ imports = [ ./disks.nix + ./hardware.nix "${self}/profiles/home-manager.nix" "${self}/profiles/admin-user/user.nix" "${self}/profiles/admin-user/home-manager.nix" - "${self}/profiles/hardware/synology.nix" "${self}/profiles/server.nix" "${self}/profiles/git-server.nix" "${self}/profiles/core/boot.nix" diff --git a/profiles/hardware/synology.nix b/machines/nixos/x86_64-linux/synology-vm/hardware.nix index ad1fd3f..ad1fd3f 100644 --- a/profiles/hardware/synology.nix +++ b/machines/nixos/x86_64-linux/synology-vm/hardware.nix |
