diff options
| -rw-r--r-- | flake.nix | 4 | ||||
| -rw-r--r-- | machines/truite/default.nix (renamed from machines/zibeline/default.nix) | 0 | ||||
| -rw-r--r-- | machines/truite/devices.nix (renamed from machines/zibeline/devices.nix) | 0 | ||||
| -rw-r--r-- | machines/truite/hardware.nix (renamed from machines/zibeline/hardware.nix) | 0 | ||||
| -rw-r--r-- | machines/truite/home.nix (renamed from machines/zibeline/home.nix) | 0 | ||||
| -rw-r--r-- | secrets/keys.nix | 12 | ||||
| -rw-r--r-- | secrets/secrets.nix | 6 |
7 files changed, 11 insertions, 11 deletions
diff --git a/flake.nix b/flake.nix index 61c0522..2698651 100644 --- a/flake.nix +++ b/flake.nix @@ -62,10 +62,10 @@ machines = with systems; mkMachines [ { name = "corsac"; system = x86; tailscale.ip = "100.64.100.100"; } { name = "lapin"; system = arm; tailscale.ip = "100.83.254.27"; } - { name = "taupe"; system = arm; tailscale.ip = "100.103.211.75"; } { name = "renard"; system = x86; tailscale.ip = "100.75.17.75"; } { name = "fourmi"; system = arm; tailscale.ip = "100.99.119.83"; } - { name = "zibeline"; system = x86; tailscale.ip = "100.103.200.75"; } + { name = "taupe"; system = arm; tailscale.ip = "100.103.211.75"; } + { name = "truite"; system = x86; tailscale.ip = "100.103.200.75"; } { name = "taureau"; system = x86; tailscale.ip = "100.67.75.4"; } ]; diff --git a/machines/zibeline/default.nix b/machines/truite/default.nix index 9670da2..9670da2 100644 --- a/machines/zibeline/default.nix +++ b/machines/truite/default.nix diff --git a/machines/zibeline/devices.nix b/machines/truite/devices.nix index dce5ff2..dce5ff2 100644 --- a/machines/zibeline/devices.nix +++ b/machines/truite/devices.nix diff --git a/machines/zibeline/hardware.nix b/machines/truite/hardware.nix index b60a848..b60a848 100644 --- a/machines/zibeline/hardware.nix +++ b/machines/truite/hardware.nix diff --git a/machines/zibeline/home.nix b/machines/truite/home.nix index 8f27ed2..8f27ed2 100644 --- a/machines/zibeline/home.nix +++ b/machines/truite/home.nix diff --git a/secrets/keys.nix b/secrets/keys.nix index 088a5c1..ab330ac 100644 --- a/secrets/keys.nix +++ b/secrets/keys.nix @@ -10,11 +10,6 @@ let system = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGMD/EN9v8YgHOu4YG74Q+xvwjCdxbMIZjnQcUXi0QhZ"; }; - taupe = { - user = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDBv7uF/8uWEMO0RpWnUhhx/wcoEWyIGGOoBxk43vxh2"; - system = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJG9kD3fE28ZOc4ISUnfZbSQFOwI1Bg3H2MvrhpPK3YT"; - }; - corsac = { user = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDlqytVSNMFAfbB+rdiNktv3WYViVBMeK7zUO2Pjfii+"; system = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHxghVX0Oq+eHklg/e7s/qhC8CK8PLUgvpLk2G53xEjK"; @@ -25,7 +20,12 @@ let system = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIClKCe1ziELUE1N+65xdpctJT1rpn5OgJd0NWNg6bW6J"; }; - zibeline = { + taupe = { + user = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDBv7uF/8uWEMO0RpWnUhhx/wcoEWyIGGOoBxk43vxh2"; + system = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJG9kD3fE28ZOc4ISUnfZbSQFOwI1Bg3H2MvrhpPK3YT"; + }; + + truite = { user = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOLLEV06Tj36gqxMHrBNK7pb7VuSv4dDdKQH9Gvf4gDt"; system = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBMUaDM6HdFXCSGzOR9KekbyBqog7blRiR6kEsiHJinm"; }; diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 670f747..9fc5281 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -5,10 +5,10 @@ let inherit (keys.system) renard lapin - taupe corsac fourmi - zibeline + taupe + truite taureau ; in @@ -46,7 +46,7 @@ in renard taupe - zibeline + truite taureau ] ++ allAdmins; } |
