mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 22:24:59 +08:00
Merge pull request #116 from helsinki-systems/fix/unstable-pipeline
Fix pipeline on unstable
This commit is contained in:
commit
9d47d2e3e4
1 changed files with 4 additions and 1 deletions
|
|
@ -30,7 +30,10 @@
|
|||
../../modules/sops
|
||||
];
|
||||
|
||||
users.users.someuser.isSystemUser = true;
|
||||
users.users.someuser = {
|
||||
isSystemUser = true;
|
||||
group = "nogroup";
|
||||
};
|
||||
|
||||
sops.gnupgHome = "/run/gpghome";
|
||||
sops.defaultSopsFile = ./test-assets/secrets.yaml;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue