diff --git a/configuration/services/gitea.nix b/configuration/services/gitea.nix index 0e603df..148e527 100644 --- a/configuration/services/gitea.nix +++ b/configuration/services/gitea.nix @@ -31,7 +31,7 @@ POSTGRES_USER = "gitea"; POSTGRES_PASSWORD = "/qNDDK9WCMuubfA7D8DFwfl9T+Gy2IMDvPhiNpcxZjY="; }; - volumes = [ "gitea-db-data-new:/var/lib/postgresql/data" ]; + volumes = [ "gitea-db-data:/var/lib/postgresql/data" ]; }; }; }; diff --git a/configuration/services/nextcloud.nix b/configuration/services/nextcloud.nix index aeb9fc8..ba1754b 100644 --- a/configuration/services/nextcloud.nix +++ b/configuration/services/nextcloud.nix @@ -45,7 +45,7 @@ POSTGRES_USER = "nextcloud"; POSTGRES_PASSWORD = "rI7t7Nek1yGA9ucrRc7Uhy0jcjwPjnXa8me4o8tJON8="; }; - volumes = [ "nextcloud-db-data-new:/var/lib/postgresql/data" ]; + volumes = [ "nextcloud-db-data:/var/lib/postgresql/data" ]; }; }; };