tangled
alpha
login
or
join now
hyl.st
/
helm
2
fork
atom
nix config
2
fork
atom
overview
issues
pulls
pipelines
fix: microbin css issue
Anish Lakhwara
2 years ago
55c47ec2
f8f8995c
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
nixos
microbin.nix
+1
-1
modules/nixos/microbin.nix
···
45
45
after = [ "remote-fs.target" "network.target" ];
46
46
wantedBy = [ "multi-user.target" ];
47
47
serviceConfig = {
48
48
-
ExecStart = "${pkgs.unstable.microbin}/bin/microbin --public-path ${cfg.hostname} --qr --enable-burn-after --private";
48
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"