aboutsummaryrefslogblamecommitdiff
path: root/nix/machines/vm-synology/default.nix
blob: 928ab8642abbfe2e5ff7d4f1b98542c93d51c694 (plain) (tree)
1
2
3
4
5




                                                
{ ... }: {
  imports = [ ./hardware.nix ../vm-shared.nix ];

  networking.hostName = "vm-synology";
}