fix(secrets): fix permissions
Also moves key references into respective configs where they are used.
This commit is contained in:
parent
7f3a5317bd
commit
0dee8b4fa7
15 changed files with 125 additions and 96 deletions
7
rpi4.nix
7
rpi4.nix
|
|
@ -32,6 +32,13 @@ in with builtins; {
|
|||
./services/nextcloud.nix
|
||||
];
|
||||
|
||||
age.secrets.cfdyndns = {
|
||||
file = ./secrets/cfdyndns.age;
|
||||
owner = "cfdyndns";
|
||||
group = "cfdyndns";
|
||||
};
|
||||
age.secrets.hostKey.file = ./secrets/home-server/hostKey.age;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# rpi4 base config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue