about summary refs log tree commit diff
path: root/users/tazjin/nixos/modules/predlozhnik.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/nixos/modules/predlozhnik.nix')
-rw-r--r--users/tazjin/nixos/modules/predlozhnik.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/modules/predlozhnik.nix b/users/tazjin/nixos/modules/predlozhnik.nix
index df402ce299..db20963df1 100644
--- a/users/tazjin/nixos/modules/predlozhnik.nix
+++ b/users/tazjin/nixos/modules/predlozhnik.nix
@@ -3,7 +3,7 @@
 
 {
   services.nginx.virtualHosts."predlozhnik.ru" = {
-    root = depot.users.tazjin.predlozhnik;
+    root = depot.corp.russian.predlozhnik;
     enableACME = true;
     forceSSL = true;
   };