Compare commits

...

1 Commits

Author SHA1 Message Date
5b5df9b66f propare homebox 2026-01-11 17:24:14 -06:00

View File

@@ -49,7 +49,7 @@
users = {
nathan = {
extraGroups = [ "wheel" "networkmanager" ];
sshKeys = [
ssh.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsU69CxfQk58CvItPN426h5Alnpb60SH37wet97Vb57 nathan@laptop"
];
shell = pkgs.zsh;