always force https in caddy

This commit is contained in:
Jonas Heinrich 2026-01-04 17:38:24 +01:00
parent c3fdbf1658
commit cf735250b4
4 changed files with 10 additions and 17 deletions

View file

@ -2,9 +2,7 @@
description = "Spawns lightweight nixos vm in a shell";
inputs = {
# FIXME
#nixpkgs.url = "nixpkgs/nixos-24.11";
nixpkgs.url = "nixpkgs/master";
nixpkgs.url = "nixpkgs/nixos-24.11";
nixos-shell.url = "github:Mic92/nixos-shell";
keycloak-realms.url = "github:rorosen/nixpkgs/keycloak-realm-import";
};