added groups and users to impermanence directories
This commit is contained in:
parent
a4e308650f
commit
e97061ab64
4 changed files with 25 additions and 5 deletions
|
@ -83,7 +83,11 @@ in {
|
|||
enable = true;
|
||||
hideMounts = true;
|
||||
directories = [
|
||||
dataDir
|
||||
{
|
||||
directory = dataDir;
|
||||
user = "postgres";
|
||||
group = "postgres";
|
||||
}
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue