This commit is contained in:
2026-01-12 15:23:56 -06:00
parent aeee74c4ad
commit 58bbf942d8

View File

@@ -58,6 +58,7 @@
extraGroups = [ "networkmanager" ]; extraGroups = [ "networkmanager" ];
ssh.keys = [ ssh.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsU69CxfQk58CvItPN426h5Alnpb60SH37wet97Vb57 nathan@laptop" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsU69CxfQk58CvItPN426h5Alnpb60SH37wet97Vb57 nathan@laptop"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEnUhN2uHwAJF/SLRX3wlGRmfhV3zpP88JQAYB+gh8jW nathan@localhost"
]; ];
shell = pkgs.zsh; shell = pkgs.zsh;
hashedPasswordFile = config.sops.secrets."nathan/pass".path; hashedPasswordFile = config.sops.secrets."nathan/pass".path;