tvl-depot/users/sterni/machines/ingeborg
sterni d47c7fa12b feat(sterni/nix/html): make <html> also emit doctype
This makes the awkward withDoctype utility obsolete which is much nicer.
Technically, this is a BREAKING CHANGE since it was possible to create
valid documents without an <html> tag before:

    withDoctype (lib.concatStrings [ (<head> { } …) (<body> { } …) ])

I don't think this usecase is worth preserving since this can just be
written as

    <html> { } [ (<head> { } …) (<body> { } …) ]

and omitting the <html> tag is not recommended since it should be used
to set the language of the document (which we didn't in the example
above).

Change-Id: Idc5104ce88fe8bee965c076229b79387915c3605
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12907
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2024-12-31 09:03:37 +00:00
..
http feat(sterni/nix/html): make <html> also emit doctype 2024-12-31 09:03:37 +00:00
default.nix chore(sterni/machines/ingeborg): remove gopher related configs 2024-12-21 21:27:13 +00:00
hardware.nix chore(sterni/machines/ingeborg): add usbhid kernel module 2024-11-15 14:53:59 +00:00
irccat.nix feat(sterni/ingeborg): set up monitoring via netdata 2023-11-30 21:21:14 +00:00
minecraft.nix chore(sterni/ingeborg/minecraft): 1.21.1 -> 1.21.3 2024-11-17 16:09:44 +00:00
monitoring.nix fix(sterni/ingeborg/monitoring): declare missing dep on nginx module 2024-11-18 12:43:58 +00:00
network.nix docs(sterni/machines/ingeborg): add example ssh config for unlock 2024-11-15 14:53:59 +00:00
quassel.nix feat(sterni/machines/ingeborg): switch to quassel 2024-04-27 10:38:57 +00:00
tv.nix feat(sterni/ingeborg): add tv user for accessing media archive 2024-01-16 15:52:14 +00:00