aboutsummaryrefslogblamecommitdiff
path: root/nix/machines/vm-synology/default.nix
blob: 65573f37f12416a3595a2a5abc3264aafbde5ebd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11




                    
    
 



                                              

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

  # Use the systemd-boot EFI boot loader.
  boot.loader.systemd-boot.enable = true;
  boot.loader.efi.canTouchEfiVariables = true;

  networking.hostName = "vm-synology";
}