From 4f6394ceef9d228e377cce0fb6dbbab2f02f04f0 Mon Sep 17 00:00:00 2001 From: "sascha.koenig" Date: Wed, 11 Feb 2026 10:18:07 +0100 Subject: [PATCH] fix: static username in home-manager-update script --- home/common/pi-base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/pi-base.nix b/home/common/pi-base.nix index 19145e3..69c655e 100644 --- a/home/common/pi-base.nix +++ b/home/common/pi-base.nix @@ -6,7 +6,7 @@ lib, pkgs, hostname ? "AZPILOGISTIK01", - username ? "logistik" + username ? "logistik", ... }: { # Home Manager needs a bit of information about you and the paths it should