mirror of
https://github.com/zhaofengli/attic.git
synced 2025-03-15 21:08:23 +00:00
nixos: Adjust Nix store warning for environmentFile
This commit is contained in:
parent
94fa54632d
commit
6a82638aa8
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ in
|
||||||
message = ''
|
message = ''
|
||||||
<option>services.atticd.environmentFile</option> points to a path in the Nix store. The Nix store is globally readable.
|
<option>services.atticd.environmentFile</option> points to a path in the Nix store. The Nix store is globally readable.
|
||||||
|
|
||||||
You should use a quoted absolute path to prevent this.
|
You should use a quoted absolute path to prevent leaking secrets in the Nix store.
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue