From 95d5687c348710e504eb07d6613029e89da57f55 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;