Skip to content

Commit

Permalink
chore(treewide): Upgrade systems
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed May 10, 2024
1 parent 3052217 commit 5789d7a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hosts/server-main-elis/services/hass.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
virtualisation.oci-containers.containers = {
home-assistant = {
environment.TZ = config.time.timeZone;
image = "ghcr.io/home-assistant/home-assistant:2024.4.4";
image = "ghcr.io/home-assistant/home-assistant:2024.5.2";
ports = ["8123"];
extraOptions = [
"--network=host"
Expand Down
4 changes: 2 additions & 2 deletions hosts/server-main-elis/services/nextcloud.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
...
}: {
services.nextcloud.enable = true;
services.nextcloud.package = pkgs.nextcloud28;
services.nextcloud.package = pkgs.nextcloud29;
services.nextcloud.config.adminuser = "etu";
services.nextcloud.config.adminpassFile = config.age.secrets.nextcloud-admin-password.path;
services.nextcloud.extraApps = {
inherit (pkgs.nextcloud28Packages.apps) cookbook notes;
inherit (pkgs.nextcloud29Packages.apps) cookbook notes;
};
services.nextcloud.hostName = "nextcloud.elis.nu";
services.nextcloud.https = true;
Expand Down

0 comments on commit 5789d7a

Please sign in to comment.