nix config

fix: microbin css issue

+1 -1
+1 -1
modules/nixos/microbin.nix
··· 45 45 after = [ "remote-fs.target" "network.target" ]; 46 46 wantedBy = [ "multi-user.target" ]; 47 47 serviceConfig = { 48 - ExecStart = "${pkgs.unstable.microbin}/bin/microbin --public-path ${cfg.hostname} --qr --enable-burn-after --private"; 48 + ExecStart = "${pkgs.unstable.microbin}/bin/microbin --public-path https://${cfg.hostname}/ --qr --enable-burn-after --private"; 49 49 Environment = [ 50 50 "MICROBIN_EDITABLE=true" 51 51 "MICROBIN_HIDE_FOOTER=true"