modules: secrets: add 'owner' logic
This commit is contained in:
parent
8968e30e62
commit
5fd82472bf
4 changed files with 11 additions and 13 deletions
|
|
@ -6,7 +6,6 @@
|
|||
./boot.nix
|
||||
./hardware.nix
|
||||
./networking.nix
|
||||
./secrets.nix
|
||||
./services.nix
|
||||
./users.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
# Secrets configuration
|
||||
{ ... }:
|
||||
{
|
||||
config.age.secrets = {
|
||||
# Must be readable by the service
|
||||
"nextcloud/password".owner = "nextcloud";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue