chore: update flake & niri blur
This commit is contained in:
parent
601dfb9217
commit
98b4f598f8
36 changed files with 516 additions and 317 deletions
|
|
@ -48,7 +48,10 @@ in
|
|||
(import ../../../modules/nextcloud.nix {
|
||||
hostname = "nextcloud.${domain}";
|
||||
adminpassFile = secrets."nextcloud/adminPassword".path;
|
||||
trusted-proxies = [ "10.0.0.0/24" ];
|
||||
trusted-proxies = [
|
||||
"10.0.0.0/24"
|
||||
"10.10.0.0/24"
|
||||
];
|
||||
whiteboardSecrets = [
|
||||
secrets."nextcloud/whiteboard".path
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue