diff options
author | Emile <git@emile.space> | 2024-10-29 22:46:52 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-10-29 22:46:52 +0100 |
commit | 006126272fed6ad3424ebabf3c55638cf550177e (patch) | |
tree | 4d125fe312f477eb760ee99ed409d6c5071f4d39 | |
parent | 07bb34601b5764c8beeb63559426ad3f609a3ac7 (diff) |
lernaeus ip
-rw-r--r-- | flake.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index c561f84..4cba0a6 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,6 @@ microvm.url = "git+https://github.com/astro/microvm.nix"; microvm.inputs.nixpkgs.follows = "nixpkgs"; - # hefe-internal.url = "git+ssh://gitea@git.emile.space/hanemile/hefe-internal.git?ref=main"; # nix registry add flake:mylocalrepo git+file:///path/to/local/repo @@ -52,9 +51,10 @@ helper = lib.flake-helper; in { - hosts = { caladan = { + # in /etc/nix/machines + # ssh://corrino.emile.space x86_64-linux - 16 2 nixos-test,benchmark,big-parallel,kvm - - system = "aarch64-darwin"; sshUser = "hydra"; homeManagerEnable = true; @@ -99,6 +99,7 @@ lernaeus = { system = "x86_64-linux"; # 8c16t (AMD ryzen 5 5600g), 32GB RAM description = "VM Host"; + ip = "192.168.1.79"; }; # parmentier = { # description = "lernaeus bmc"; |