nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit fbf880c0f6b93be42b27359299c7b8b98bb29429
parent 96063df861bc224ea1137d3ecb8565a50fcc32bf
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  4 Sep 2023 19:54:04 +0200

Fix typo

Diffstat:
Mnixos/common/sops.nix | 182++++++++++++++++++++++++++++++++++++++++----------------------------------------
1 file changed, 91 insertions(+), 91 deletions(-)

diff --git a/nixos/common/sops.nix b/nixos/common/sops.nix @@ -20,97 +20,97 @@ marcel_initial_password.neededForUsers = true; root_initial_password.neededForUsers = true; "wireguard/private_key" = { }; - }; - ssh_host_ed25519_key = { - mode = "0600"; - path = "/etc/ssh/ssh_host_ed25519_key"; - }; - ssh_host_ed25519_key_pub = { - mode = "0644"; - path = "/etc/ssh/ssh_host_ed25519_key.pub"; - }; - ssh_host_rsa_key = { - mode = "0600"; - path = "/etc/ssh/ssh_host_rsa_key"; - }; - ssh_host_rsa_key_pub = { - mode = "0644"; - path = "/etc/ssh/ssh_host_rsa_key.pub"; - }; - "ssh/marcel/id_ed25519" = { - mode = "0600"; - owner = config.users.users.marcel.name; - path = "/home/marcel/.ssh/id_ed25519"; - }; - "ssh/marcel/id_ed25519_pub" = { - mode = "0644"; - owner = config.users.users.marcel.name; - path = "/home/marcel/.ssh/id_ed25519.pub"; - }; - "ssh/root/id_ed25519" = { - mode = "0600"; - owner = config.users.users.marcel.name; - path = "/root/.ssh/id_ed25519"; - }; - "ssh/root/id_ed25519_pub" = { - mode = "0644"; - owner = config.users.users.marcel.name; - path = "/root/.ssh/id_ed25519.pub"; - }; - backup_password = { }; - forgejo_runner_token = { }; - # sops.secrets.forgejo_runner_token.owner = config.users."gitea-runner".name; - "asterisk/pjsip_conf" = { - mode = "0777"; - path = "/etc/asterisk/pjsip.conf"; - }; - "asterisk/prometheus_conf" = { - mode = "0777"; - path = "/etc/asterisk/prometheus.conf"; - }; - "asterisk/cel_pgsql_conf" = { - mode = "0777"; - path = "/etc/asterisk/cel_pgsql.conf"; - }; - "asterisk/cdr_pgsql_conf" = { - mode = "0777"; - path = "/etc/asterisk/cdr_pgsql.conf"; - }; - "patroni/replication_username" = { - owner = "patroni"; - group = "patroni"; - }; - "patroni/replication_password" = { - owner = "patroni"; - group = "patroni"; - }; - "patroni/replication_superuser_username" = { - owner = "patroni"; - group = "patroni"; - }; - "patroni/replication_superuser_password" = { - owner = "patroni"; - group = "patroni"; - }; - "discourse/db_password" = { - owner = "discourse"; - group = "discourse"; - }; - "discourse/secret_key_base" = { - owner = "discourse"; - group = "discourse"; - }; - "discourse/admin_password" = { - owner = "discourse"; - group = "discourse"; - }; - "discourse/mail_password" = { - owner = "discourse"; - group = "discourse"; - }; - "discourse/redis_password" = { - owner = "discourse"; - group = "discourse"; + ssh_host_ed25519_key = { + mode = "0600"; + path = "/etc/ssh/ssh_host_ed25519_key"; + }; + ssh_host_ed25519_key_pub = { + mode = "0644"; + path = "/etc/ssh/ssh_host_ed25519_key.pub"; + }; + ssh_host_rsa_key = { + mode = "0600"; + path = "/etc/ssh/ssh_host_rsa_key"; + }; + ssh_host_rsa_key_pub = { + mode = "0644"; + path = "/etc/ssh/ssh_host_rsa_key.pub"; + }; + "ssh/marcel/id_ed25519" = { + mode = "0600"; + owner = config.users.users.marcel.name; + path = "/home/marcel/.ssh/id_ed25519"; + }; + "ssh/marcel/id_ed25519_pub" = { + mode = "0644"; + owner = config.users.users.marcel.name; + path = "/home/marcel/.ssh/id_ed25519.pub"; + }; + "ssh/root/id_ed25519" = { + mode = "0600"; + owner = config.users.users.marcel.name; + path = "/root/.ssh/id_ed25519"; + }; + "ssh/root/id_ed25519_pub" = { + mode = "0644"; + owner = config.users.users.marcel.name; + path = "/root/.ssh/id_ed25519.pub"; + }; + backup_password = { }; + forgejo_runner_token = { }; + # sops.secrets.forgejo_runner_token.owner = config.users."gitea-runner".name; + "asterisk/pjsip_conf" = { + mode = "0777"; + path = "/etc/asterisk/pjsip.conf"; + }; + "asterisk/prometheus_conf" = { + mode = "0777"; + path = "/etc/asterisk/prometheus.conf"; + }; + "asterisk/cel_pgsql_conf" = { + mode = "0777"; + path = "/etc/asterisk/cel_pgsql.conf"; + }; + "asterisk/cdr_pgsql_conf" = { + mode = "0777"; + path = "/etc/asterisk/cdr_pgsql.conf"; + }; + "patroni/replication_username" = { + owner = "patroni"; + group = "patroni"; + }; + "patroni/replication_password" = { + owner = "patroni"; + group = "patroni"; + }; + "patroni/replication_superuser_username" = { + owner = "patroni"; + group = "patroni"; + }; + "patroni/replication_superuser_password" = { + owner = "patroni"; + group = "patroni"; + }; + "discourse/db_password" = { + owner = "discourse"; + group = "discourse"; + }; + "discourse/secret_key_base" = { + owner = "discourse"; + group = "discourse"; + }; + "discourse/admin_password" = { + owner = "discourse"; + group = "discourse"; + }; + "discourse/mail_password" = { + owner = "discourse"; + group = "discourse"; + }; + "discourse/redis_password" = { + owner = "discourse"; + group = "discourse"; + }; }; };