Skip to content

Commit

Permalink
hosts (cyberoffic): Make Nextcloud available under nextcloud.ritter.f…
Browse files Browse the repository at this point in the history
…amily
  • Loading branch information
britter committed Jun 23, 2024
1 parent fdfb8ba commit 8544803
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions modules/nixos/adguard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ in {
domain = "grafana.ritter.family";
answer = "192.168.178.210";
}
{
domain = "nextcloud.ritter.family";
answer = "192.168.178.200";
}
];
};
};
Expand Down
3 changes: 1 addition & 2 deletions systems/x86_64-linux/cyberoffice/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@
services.nextcloud = {
enable = true;
package = pkgs.nextcloud29;
hostName = "localhost";
hostName = "nextcloud.ritter.family";
config = {
adminpassFile = config.sops.secrets.nextcloud-admin-pass.path;
};
settings.trusted_domains = ["192.168.178.200"];
extraApps = {
inherit (config.services.nextcloud.package.packages.apps) bookmarks calendar contacts cookbook deck memories richdocuments;
news = pkgs.fetchNextcloudApp {
Expand Down

0 comments on commit 8544803

Please sign in to comment.