lil quirks

This commit is contained in:
mei (ckie) 2024-10-06 00:25:03 +03:00
parent 97cb6e1ab9
commit fd44d00ee2
Signed by: ckie
GPG key ID: 13E79449C0525215
4 changed files with 6 additions and 4 deletions

View file

@ -18,7 +18,7 @@ html {
@apply h-full; @apply h-full;
} }
body { body {
@apply h-[100%] flex bg-zinc-50; @apply min-h-[100%] flex bg-zinc-50;
> div { > div {
line-height: inherit; line-height: inherit;
> * { > * {

View file

@ -96,7 +96,9 @@
With <b>{DISTRO}</b> and <b>{PKGS}</b>, you can: With <b>{DISTRO}</b> and <b>{PKGS}</b>, you can:
<ul class="ms-2 list-disc list-inside text-lg"> <ul class="ms-2 list-disc list-inside text-lg">
<li>configure your desktop systems to be setup <i>just</i>-right out of the box with <li>configure your desktop systems to be setup <i>just</i>-right out of the box with
<a href="https://github.com/nix-community/home-manager/" target="_blank">home-manager</a>.</li> <a href="https://github.com/nix-community/home-manager/?tab=readme-ov-file#home-manager-using-nix" target="_blank"
>home-manager</a>.
</li>
<li>deploy clusters of systems with <a href="https://github.com/zhaofengli/colmena" target="_blank">colmena</a>,</li> <li>deploy clusters of systems with <a href="https://github.com/zhaofengli/colmena" target="_blank">colmena</a>,</li>
<li>provision your cloud resources with <a href="https://terranix.org/index.html" target="_blank">terranix</a></li> <li>provision your cloud resources with <a href="https://terranix.org/index.html" target="_blank">terranix</a></li>
<li>develop software in repeatable shell environments with <code>nix-shell</code>, <li>develop software in repeatable shell environments with <code>nix-shell</code>,

View file

@ -11,7 +11,7 @@ with import <nixpkgs> { }; nixos
networking.firewall.allowedTCPPorts = [ 80 ];#<hidden> networking.firewall.allowedTCPPorts = [ 80 ];#<hidden>
users.users.root.openssh.authorizedKeys.keys = [ users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH3uTwzSSMAPg84fwbNp2cq9+BdLFeA1VzDGth4zCAbz https://ckie.dev" "your key here"
]; ];
services.openssh = { services.openssh = {
enable = true; enable = true;

View file

@ -5,7 +5,7 @@
floral.systems aims to be a new backbone for the Nix ecosystem. floral.systems aims to be a new backbone for the Nix ecosystem.
</p> </p>
<p> <p>
It is registered as the Verein zur Förderung der funktionalen Paketverwaltung e.V. It is registered as the <i>Verein zur Förderung der funktionalen Paketverwaltung e.V</i>.
</p> </p>
</div> </div>
<span class="text-right"> <span class="text-right">