aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-04-20 11:09:43 -0700
committerFranck Cuny <franck@fcuny.net>2025-04-20 11:09:43 -0700
commit559e2ada65686b4f5c878e3454bf4e7b9f57619b (patch)
tree9f156cabf49a5d24494298b239720283bac19467 /flake.nix
parentMerge pull request #17 from fcuny/update_flake_lock_action (diff)
downloadinfra-559e2ada65686b4f5c878e3454bf4e7b9f57619b.tar.gz
remove configuration for the VMs
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";