From 8ead58bac36778a13bfc0bd06996ca8d94ac9d84 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 28 Nov 2025 13:04:12 -0800 Subject: Fix typo --- hosts/common/optional/google-authenticator.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/optional/google-authenticator.nix b/hosts/common/optional/google-authenticator.nix index 7b78521..87e43fd 100644 --- a/hosts/common/optional/google-authenticator.nix +++ b/hosts/common/optional/google-authenticator.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { environment = { - etc."pam.d/xscreensaver".target = "/etc/static/pam.d/xlock"; + etc."pam.d/xscreensaver".source = "/etc/static/pam.d/xlock"; systemPackages = [ #pkgs.other pkgs.google-authenticator -- cgit v1.2.3