aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix13
1 files changed, 0 insertions, 13 deletions
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";