From 74bef0c5cd41ae46e922c33fbd9243b9094e9118 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 24 Dec 2025 17:24:22 -0600 Subject: [PATCH] fixed the part where sops dont work with user --- apps/waybar/home.nix | 2 +- system/security.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/waybar/home.nix b/apps/waybar/home.nix index 611f54b..80b5acb 100644 --- a/apps/waybar/home.nix +++ b/apps/waybar/home.nix @@ -77,7 +77,7 @@ }; "clock" = { - format = "{:L%A %H:%M}"; + format = "{:%-I:%M %a %b %e}"; format-alt = "{:L%d %B W%V %Y}"; tooltip = false; on-click-right = "omarchy-launch-floating-terminal-with-presentation omarchy-tz-select"; diff --git a/system/security.nix b/system/security.nix index 805b1dc..ad307b1 100644 --- a/system/security.nix +++ b/system/security.nix @@ -12,5 +12,8 @@ sops = { defaultSopsFile = ../secrets/secrets.yaml; age.keyFile = "/home/${myConfig.nixos.username}/.config/sops/age/keys.txt"; + secrets.default_password = { + neededForUsers = true; + }; }; }