From 5408ccede429270ac47e7488e93c33efdf7b30bc Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Nov 2024 20:46:41 -0500 Subject: [PATCH] petalburg: update password --- hosts/petalburg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/petalburg/default.nix b/hosts/petalburg/default.nix index d0529f14..8d11b281 100644 --- a/hosts/petalburg/default.nix +++ b/hosts/petalburg/default.nix @@ -84,7 +84,7 @@ users.aly = { enable = true; - password = "$y$j9T$NSS7QcEtN4yiigPyofwlI/$nxdgz0lpySa0heDMjGlHe1gX3BWf48jK6Tkfg4xMEs6"; + password = "$y$j9T$lRa/vifTJrfAyKkVPklz8.$tSnmqnrJ1bkCncGH59Ug3U5c6CRyiUNH2hHEux0y/v8"; syncthing = { enable = true; certFile = config.age.secrets.syncthingCert.path;