nixos/kelder: Switch around local redirects

This commit is contained in:
2023-05-28 14:29:04 +01:00
parent b041f135f3
commit 84f3707e78
2 changed files with 12 additions and 1 deletions

View File

@@ -101,6 +101,9 @@ in
adminpassFile = config.age.secrets."kelder/nextcloud-root.txt".path;
defaultPhoneRegion = "IE";
};
extraOptions = {
updatechecker = false;
};
};
};
};