tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
Favicon working!
bwc9876.dev
1 week ago
39465c8e
ca11fd7e
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+4
-3
1 changed file
expand all
collapse all
unified
split
nixosModules
cocoon.nix
+4
-3
nixosModules/cocoon.nix
···
108
108
accountCreatedAt = "2026-01-19T05:59:50.391Z";
109
109
};
110
110
};
111
111
-
"/favicon.ico" = lib.mkIf (conf.favicon != null) {
112
112
-
root = builtins.dirOf conf.favicon;
113
113
-
tryFiles = "${builtins.baseNameOf conf.favicon} =404";
111
111
+
"=/favicon.ico" = lib.mkIf (conf.favicon != null) {
112
112
+
extraConfig = ''
113
113
+
alias ${conf.favicon};
114
114
+
'';
114
115
};
115
116
116
117
# pass everything else to the pds