lil quirks
This commit is contained in:
parent
97cb6e1ab9
commit
fd44d00ee2
|
@ -18,7 +18,7 @@ html {
|
|||
@apply h-full;
|
||||
}
|
||||
body {
|
||||
@apply h-[100%] flex bg-zinc-50;
|
||||
@apply min-h-[100%] flex bg-zinc-50;
|
||||
> div {
|
||||
line-height: inherit;
|
||||
> * {
|
||||
|
|
|
@ -96,7 +96,9 @@
|
|||
With <b>{DISTRO}</b> and <b>{PKGS}</b>, you can:
|
||||
<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
|
||||
<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>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>,
|
||||
|
|
|
@ -11,7 +11,7 @@ with import <nixpkgs> { }; nixos
|
|||
networking.firewall.allowedTCPPorts = [ 80 ];#<hidden>
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH3uTwzSSMAPg84fwbNp2cq9+BdLFeA1VzDGth4zCAbz https://ckie.dev"
|
||||
"…your key here…"
|
||||
];
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
floral.systems aims to be a new backbone for the Nix ecosystem.
|
||||
</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>
|
||||
</div>
|
||||
<span class="text-right">
|
||||
|
|
Loading…
Reference in a new issue