From fd44d00ee264dc2b05de8e1231137b5f1e3d89f9 Mon Sep 17 00:00:00 2001
From: ckie
Date: Sun, 6 Oct 2024 00:25:03 +0300
Subject: [PATCH] lil quirks
---
src/main.css | 2 +-
src/routes/+page.svelte | 4 +++-
src/routes/demo1/vm.nix | 2 +-
src/routes/footer.svelte | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/main.css b/src/main.css
index e35e5cb..c81e4b8 100644
--- a/src/main.css
+++ b/src/main.css
@@ -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;
> * {
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index a0dc7cc..12707bb 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -96,7 +96,9 @@
With {DISTRO} and {PKGS}, you can:
- configure your desktop systems to be setup just-right out of the box with
- home-manager.
+ home-manager.
+
- deploy clusters of systems with colmena,
- provision your cloud resources with terranix
- develop software in repeatable shell environments with
nix-shell
,
diff --git a/src/routes/demo1/vm.nix b/src/routes/demo1/vm.nix
index ea81687..b320c5a 100644
--- a/src/routes/demo1/vm.nix
+++ b/src/routes/demo1/vm.nix
@@ -11,7 +11,7 @@ with import { }; nixos
networking.firewall.allowedTCPPorts = [ 80 ];#
users.users.root.openssh.authorizedKeys.keys = [
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH3uTwzSSMAPg84fwbNp2cq9+BdLFeA1VzDGth4zCAbz https://ckie.dev"
+ "…your key here…"
];
services.openssh = {
enable = true;
diff --git a/src/routes/footer.svelte b/src/routes/footer.svelte
index e35c389..b44b833 100644
--- a/src/routes/footer.svelte
+++ b/src/routes/footer.svelte
@@ -5,7 +5,7 @@
floral.systems aims to be a new backbone for the Nix ecosystem.
- It is registered as the Verein zur Förderung der funktionalen Paketverwaltung e.V.
+ It is registered as the Verein zur Förderung der funktionalen Paketverwaltung e.V.