From dc6c5ed8d461213317526a72f16d58309fc29715 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 30 Aug 2025 09:40:43 -0500 Subject: [PATCH] test iso --- flake.nix | 2 +- system-config/configuration/iso/default.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a8ce297..5a15c30 100644 --- a/flake.nix +++ b/flake.nix @@ -179,6 +179,6 @@ }; }; - iso = self.nixosConfigurations.iso.config.system.build.images.iso; + iso = self.nixosConfigurations.iso.config.system.build.image.iso; }; } diff --git a/system-config/configuration/iso/default.nix b/system-config/configuration/iso/default.nix index 24b3732..969b970 100644 --- a/system-config/configuration/iso/default.nix +++ b/system-config/configuration/iso/default.nix @@ -35,6 +35,9 @@ nathan = { extraGroups = [ "wheel" "networkmanager" ]; shell = pkgs.zsh; + sshKeys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsU69CxfQk58CvItPN426h5Alnpb60SH37wet97Vb57 nathan@laptop" + ]; home-manager = { enable = true; standalone = false;