From 1e4a3a3eee74eb10ed4e81d44ebc152d7a8192e4 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 19 May 2024 13:03:47 +0200 Subject: [PATCH] user-password: fix module path Fixes #1381 --- clanModules/flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clanModules/flake-module.nix b/clanModules/flake-module.nix index a5ef1b9c..8ba1b0a1 100644 --- a/clanModules/flake-module.nix +++ b/clanModules/flake-module.nix @@ -16,7 +16,7 @@ sunshine = ./sunshine; syncthing = ./syncthing; thelounge = ./thelounge; - user-password = ./root-password; + user-password = ./user-password; xfce = ./xfce; zt-tcp-relay = ./zt-tcp-relay; };