diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-08 15:50:27 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-08 15:50:27 -0800 |
commit | ac0ab13688225fc17246ca0fc86c00c02f04105e (patch) | |
tree | 63682137f69c0591a7bf2e94e3991aba4db3bd9b /flake.nix | |
parent | fix conflict (diff) | |
download | world-ac0ab13688225fc17246ca0fc86c00c02f04105e.tar.gz |
move the configuration for hetzner under machines
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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"; |