From d3c0a06e5980b8c1da7b61b1ab1a634fd103deb5 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 11 Jun 2025 12:38:47 -0400 Subject: [PATCH 1/2] Update users/alice/default.nix --- users/alice/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/alice/default.nix b/users/alice/default.nix index 5c337a2..e3f3e5c 100644 --- a/users/alice/default.nix +++ b/users/alice/default.nix @@ -14,5 +14,6 @@ import ../default.nix { ; publicKeys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP7oJjIYNRCRrUlhdGJgst6bzqubbKH0gjZYulQ1eVcZ alice@artemision" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILWG3cIBju6vzX6s8JlmGNJOiWY7pQ19bHvcqDADtWzv snowi@DESKTOP-EVIR8IH" ]; } From 7a4bace017c306369e75c0893e1dcc6bd8b3518a Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 15 Jun 2025 16:13:04 -0400 Subject: [PATCH 2/2] Update systems/palatine-hill/docker/nextcloud.nix --- systems/palatine-hill/docker/nextcloud.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systems/palatine-hill/docker/nextcloud.nix b/systems/palatine-hill/docker/nextcloud.nix index 132fef2..d88567f 100644 --- a/systems/palatine-hill/docker/nextcloud.nix +++ b/systems/palatine-hill/docker/nextcloud.nix @@ -9,7 +9,8 @@ let nextcloud-base = { # image comes from running docker compose build in nextcloud-docker/.examples/full/apache image = "nextcloud-nextcloud"; - pull = "always"; + # pull = "always"; + # do NOT enable pull here, this image is generated based on a custom docker image hostname = "nextcloud"; volumes = [ "${nextcloud_path}/nc_data:/var/www/html:z"