Fix evaluation

This commit is contained in:
2025-10-24 12:41:17 +02:00
committed by GitHub
parent c4b0bc68f2
commit e9ee50535f

View File

@@ -68,7 +68,7 @@
"wheel" "wheel"
"networkmanager" "networkmanager"
]; ];
openssh.authorizedKeys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKDvf71FYha3PYUlOfc1rh+qZaGd6zzqYAIfecV2K6td thohlt@archlinux" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKDvf71FYha3PYUlOfc1rh+qZaGd6zzqYAIfecV2K6td thohlt@archlinux"
]; ];
}; };