aboutsummaryrefslogtreecommitdiff
path: root/hosts/vps
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-30 16:45:03 +0200
committerschererleander <leander@schererleander.de>2025-05-30 16:45:03 +0200
commitb7dc106f99b455b6502fd5f6d1e51514e9a7e029 (patch)
treec70d6e76de2abf490132a1c00e0ad8d32cbbc08e /hosts/vps
parent62f62ab9979954aaf579e15a039a46931792b1cb (diff)
add hashed password
Diffstat (limited to 'hosts/vps')
-rw-r--r--hosts/vps/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix
index 2266f7a..ca4802e 100644
--- a/hosts/vps/configuration.nix
+++ b/hosts/vps/configuration.nix
@@ -17,7 +17,7 @@
users.users.administrator = {
isNormalUser = true;
- password = "admin";
+ hashedPassword = "$6$KBblJguEyfEmuWnU$Xf0QqPVacA2qvnzZRpnSE2cmh0kNnMgtVhCrMEDI76buNzuzkuDY6EnO7jPjQlEnoczx6ZPAl2pK.SxezbVa..";
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPvlkqlvY4+0o7UIGnFnnRw0HeBq5v7wYJ3kY3teXxxl vps"