about summary refs log tree commit diff
path: root/nix/machines/vm-synology.nix
blob: 643c8213cd1cb71c97eaa82723c871e9310af188 (plain) (blame)
1
2
3
4
{ ... }: {
  imports = [ ./hardware/vm-synology.nix ./vm-shared.nix ];
  networking.hostName = "vm-synology";
}