fix(logistics): sops sysusers interaction

This commit is contained in:
arcnmx 2024-05-21 11:38:11 -07:00
parent f314ce792a
commit dcf8831231
2 changed files with 6 additions and 2 deletions

View file

@ -119,7 +119,9 @@ in {
sops = {
defaultSopsFile = ./secrets.yaml;
secrets = {
logistics-user-password = {};
logistics-user-password = {
neededForUsers = true;
};
networkmanager-wifi-connection = mkIf config.networking.networkmanager.enable {
path = "/etc/NetworkManager/system-connections/wifi.nmconnection";
mode = "0400";