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 --- flake.nix | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index d404578..d258251 100644 --- a/flake.nix +++ b/flake.nix @@ -103,19 +103,6 @@ mkSystem = import ./nix/lib/mkSystem.nix { inherit nixpkgs inputs; }; in { - - # a VM running on the MacBook Air - nixosConfigurations.vm-aarch64 = mkSystem "vm-aarch64" { - system = "aarch64-linux"; - user = "fcuny"; - }; - - # a VM running on the synology DS923+ - nixosConfigurations.vm-synology = mkSystem "vm-synology" { - system = "x86_64-linux"; - user = "fcuny"; - }; - # my personal MacBook Air darwinConfigurations.mba-m2 = mkSystem "mba-m2" { system = "aarch64-darwin"; -- cgit v1.2.3