From cb9ecacfa8e5e94b0f4963cfd0b9c6187a612499 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 11 Aug 2025 12:18:34 +0200 Subject: [PATCH] up --- profiles/nixos/disks.nix | 2 +- shared/ssh-keys.nix | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/profiles/nixos/disks.nix b/profiles/nixos/disks.nix index 91ac5dd..a61e859 100644 --- a/profiles/nixos/disks.nix +++ b/profiles/nixos/disks.nix @@ -1,7 +1,7 @@ _: { disko.devices = { disk = { - vdb = { + nvme0n1 = { device = "/dev/%DISK%"; type = "disk"; content = { diff --git a/shared/ssh-keys.nix b/shared/ssh-keys.nix index 197a278..2013111 100644 --- a/shared/ssh-keys.nix +++ b/shared/ssh-keys.nix @@ -1,6 +1,5 @@ { - # Shared SSH public keys for all hosts keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOk8iAnIaa1deoc7jw8YACPNVka1ZFJxhnU4G74TmS+p" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILw2lQn2yEwprOzz50kxG4fKXHzq6askh+XSGLSnWidd" ]; -} \ No newline at end of file +}