mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(logistics): sops sysusers interaction
This commit is contained in:
parent
f314ce792a
commit
dcf8831231
2 changed files with 6 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue