From ac0ab13688225fc17246ca0fc86c00c02f04105e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 8 Dec 2024 15:50:27 -0800 Subject: move the configuration for hetzner under machines --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e69d64c..da3fc0a 100644 --- a/flake.nix +++ b/flake.nix @@ -78,6 +78,12 @@ 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.macbook-air-m2 = mkSystem "macbook-air-m2" { system = "aarch64-darwin"; -- cgit 1.4.1