diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-20 11:09:43 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-20 11:09:43 -0700 |
| commit | 559e2ada65686b4f5c878e3454bf4e7b9f57619b (patch) | |
| tree | 9f156cabf49a5d24494298b239720283bac19467 /nix/machines/vm-synology/default.nix | |
| parent | Merge pull request #17 from fcuny/update_flake_lock_action (diff) | |
| download | infra-559e2ada65686b4f5c878e3454bf4e7b9f57619b.tar.gz | |
remove configuration for the VMs
Diffstat (limited to '')
| -rw-r--r-- | nix/machines/vm-synology/default.nix | 13 |
1 files changed, 0 insertions, 13 deletions
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"; -} |
