This commit is contained in:
2025-08-30 09:40:43 -05:00
parent f850d4ff1a
commit dc6c5ed8d4
2 changed files with 4 additions and 1 deletions

View File

@@ -179,6 +179,6 @@
}; };
}; };
iso = self.nixosConfigurations.iso.config.system.build.images.iso; iso = self.nixosConfigurations.iso.config.system.build.image.iso;
}; };
} }

View File

@@ -35,6 +35,9 @@
nathan = { nathan = {
extraGroups = [ "wheel" "networkmanager" ]; extraGroups = [ "wheel" "networkmanager" ];
shell = pkgs.zsh; shell = pkgs.zsh;
sshKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsU69CxfQk58CvItPN426h5Alnpb60SH37wet97Vb57 nathan@laptop"
];
home-manager = { home-manager = {
enable = true; enable = true;
standalone = false; standalone = false;