mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19: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
|
|
@ -40,7 +40,9 @@ in {
|
||||||
networking.firewall.allowedTCPPorts = [sshPort];
|
networking.firewall.allowedTCPPorts = [sshPort];
|
||||||
|
|
||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
tf-proxmox-passwd = {};
|
tf-proxmox-passwd = {
|
||||||
|
neededForUsers = true;
|
||||||
|
};
|
||||||
tf-proxmox-identity = {
|
tf-proxmox-identity = {
|
||||||
owner = username;
|
owner = username;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,9 @@ in {
|
||||||
sops = {
|
sops = {
|
||||||
defaultSopsFile = ./secrets.yaml;
|
defaultSopsFile = ./secrets.yaml;
|
||||||
secrets = {
|
secrets = {
|
||||||
logistics-user-password = {};
|
logistics-user-password = {
|
||||||
|
neededForUsers = true;
|
||||||
|
};
|
||||||
networkmanager-wifi-connection = mkIf config.networking.networkmanager.enable {
|
networkmanager-wifi-connection = mkIf config.networking.networkmanager.enable {
|
||||||
path = "/etc/NetworkManager/system-connections/wifi.nmconnection";
|
path = "/etc/NetworkManager/system-connections/wifi.nmconnection";
|
||||||
mode = "0400";
|
mode = "0400";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue