fix ownership
This commit is contained in:
parent
c65fb7a2f1
commit
3572ea5998
1 changed files with 3 additions and 3 deletions
|
|
@ -112,9 +112,9 @@
|
|||
};
|
||||
caldav-export-config = {
|
||||
file = ./secrets/caldav-export-config.age;
|
||||
owner = "nobody";
|
||||
group = "nobody";
|
||||
mode = "0400";
|
||||
owner = "root";
|
||||
group = "root";
|
||||
mode = "0440";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue