Former-commit-id: dc4f3160cc
This commit is contained in:
Hadi
2024-06-18 09:54:18 +02:00
committed by GitHub
parent 96bae83dd1
commit fc046db74b
9 changed files with 68 additions and 25 deletions

View File

@@ -9,6 +9,11 @@
secrets = {
sshconfig = { path = "/home/hadi/.ssh/config"; };
github-key = { path = "/home/hadi/.ssh/github"; };
nextcloud-adminpass = {
path = "/etc/nextcloud/adminpassFile";
owner = "nextcloud";
group = "nextcloud";
};
};
};