format
This commit is contained in:
parent
7fc3164ab8
commit
a8b581f499
12 changed files with 81 additions and 64 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{config, pkgs, ...}:
|
||||
let
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
nextcloud = config.services.nextcloud;
|
||||
secrets = config.sops.secrets;
|
||||
sops = config.sops;
|
||||
|
|
@ -19,11 +22,12 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ ffmpeg ];
|
||||
environment.systemPackages = with pkgs; [ffmpeg];
|
||||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
https = true;
|
||||
hostName = "files.${config.networking.domain}";
|
||||
configureRedis = true;
|
||||
config = {
|
||||
adminpassFile = secrets."nextcloud/admin_password".path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue