aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-28 13:09:40 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-28 13:09:40 -0800
commita0e8f4d57966d04305d1f32db440707acb7fe6b2 (patch)
treec59f5527d87f9a8e210776ac68692dec782594df /flake.nix
parentadd workflows and dependabot (diff)
downloadinfra-a0e8f4d57966d04305d1f32db440707acb7fe6b2.tar.gz
hetzner machine is gone
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index b0f0dbf..740ee94 100644
--- a/flake.nix
+++ b/flake.nix
@@ -124,12 +124,6 @@
user = "fcuny";
};
- # a VM running on hetzner cloud
- nixosConfigurations.vm-hetzner = mkSystem "vm-hetzner" {
- system = "x86_64-linux";
- user = "fcuny";
- };
-
# my personal MacBook Air
darwinConfigurations.mba-m2 = mkSystem "mba-m2" {
system = "aarch64-darwin";