1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00
sops-nix/pkgs
Martijn de Munnik a4c33bfecb Allow to set uid and gid instead of owner and group. No checks will be performed when uid and gid are set.
```
sops.secrets = {
  sslCertificate = {
    sopsFile = ./secrets.yaml;
    owner = "";
    group = "";
    uid = config.containers."nginx".config.users.users."nginx".uid;
    gid = config.containers."nginx".config.users.groups."nginx".gid;
  };
  sslCertificateKey = {
    sopsFile = ./secrets.yaml;
    owner = "";
    group = "";
    uid = config.containers."nginx".config.users.users."nginx".uid;
    gid = config.containers."nginx".config.users.groups."nginx".gid;
  };
};
```

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2024-10-23 07:38:42 +00:00
..
sops-import-keys-hook Lint fixes (#539) 2024-04-18 16:19:26 +02:00
sops-init-gpg-key Update pkgs/sops-init-gpg-key/sops-init-gpg-key 2023-01-11 10:00:33 +01:00
sops-install-secrets Allow to set uid and gid instead of owner and group. No checks will be performed when uid and gid are set. 2024-10-23 07:38:42 +00:00
sops-pgp-hook reformat with gofumpt 2023-11-03 14:49:21 +01:00
cross-build.nix move all nix expressions to pkgs 2022-05-15 08:19:33 +02:00
lint.nix move all nix expressions to pkgs 2022-05-15 08:19:33 +02:00
sops-pgp-hook-test.nix vendorHash: make it overridable 2023-07-15 06:49:20 +00:00
unit-tests.nix no longer use out-dated aliases 2022-09-26 16:28:23 +02:00