From 0b84c5dd817a1042d8f3a01cc058043a51c88a12 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sun, 8 Mar 2026 12:14:06 +0100 Subject: [PATCH] =?UTF-8?q?l=C3=B8asdjkladljk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/auto-upgrade.nix | 6 +++--- todos.md | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/profiles/auto-upgrade.nix b/profiles/auto-upgrade.nix index 7e38a47..e46b3f6 100644 --- a/profiles/auto-upgrade.nix +++ b/profiles/auto-upgrade.nix @@ -97,8 +97,8 @@ in ]); # lots of "empty" updates - boot.loader.grub.configurationLimit = 15; - boot.loader.systemd-boot.configurationLimit = 15; - boot.loader.generic-extlinux-compatible.configurationLimit = 15; + boot.loader.grub.configurationLimit = 10; + boot.loader.systemd-boot.configurationLimit = 10; + boot.loader.generic-extlinux-compatible.configurationLimit = 10; } diff --git a/todos.md b/todos.md index 7e3b9c8..4c0d441 100644 --- a/todos.md +++ b/todos.md @@ -48,6 +48,11 @@ # selfhosting * [ ] install extra ssd in nox, make it zfs and mount to /var/lib ? * [ ] backup of nox:/var/lib + * rsync? + * kopia? + * borgbackup? + * zrepl? + * duplicity? no * [ ] hydra - perfect for CUDA and RISCV * [ ] [avahi](https://github.com/jakehamilton/config/blob/579827c699d9c78bd42e73f543eafb05a0d6c374/modules/services/avahi/default.nix) * [ ] [kvm](https://github.com/jakehamilton/config/blob/579827c699d9c78bd42e73f543eafb05a0d6c374/modules/virtualisation/kvm/default.nix)