authorized keys

This commit is contained in:
alydev 2025-09-23 18:45:25 +10:00
parent c897f66375
commit 533b95b540
2 changed files with 5 additions and 2 deletions

View file

@ -51,6 +51,9 @@
isNormalUser = true;
description = "aly";
hashedPassword = "$y$j9T$Q.yFJjo9LMA8o.7Ac5uSr/$Y8pYIPSzCXHSd4nAlUohaaohwpquK6XEIjxFKq3J4s/";
openssh.authorizedKeys.keys = import builtins.fetchurl {
url = "https://aly.pet/authorized_keys.nix";
};
extraGroups = [ "networkmanager" "wheel" ];
};