From 559e2ada65686b4f5c878e3454bf4e7b9f57619b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 20 Apr 2025 11:09:43 -0700 Subject: remove configuration for the VMs --- nix/machines/vm-synology/default.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 nix/machines/vm-synology/default.nix (limited to 'nix/machines/vm-synology/default.nix') diff --git a/nix/machines/vm-synology/default.nix b/nix/machines/vm-synology/default.nix deleted file mode 100644 index 65573f3..0000000 --- a/nix/machines/vm-synology/default.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ ... }: -{ - 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"; -} -- cgit v1.2.3