initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit 4d23197aa3 - Show all commits
+4 -1
View File
@@ -227,6 +227,9 @@ in
StandardOutput = "journal";
StandardError = "journal";
};
# ── Make qrencode available for QR code generation ────────
path = [ pkgs.qrencode ];
};
# ── System update as a detached oneshot ─────────────────────
@@ -241,4 +244,4 @@ in
# ── Open firewall port ─────────────────────────────────────
networking.firewall.allowedTCPPorts = [ 8937 ];
};
}
}