🐛 (home/shell) "config" -> "osConfig"

This commit is contained in:
Laureηt 2024-01-13 15:10:41 +01:00
parent 498051104a
commit 3a25d68226
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -1,9 +1,9 @@
{config, ...}: let {osConfig, ...}: let
sign_key = sign_key =
{ {
"silicium" = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINTvwXCT99s1EwOCeGQ28jyCAH/RBoLZza9k5I7wWdEu laurent@silicium"; "silicium" = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINTvwXCT99s1EwOCeGQ28jyCAH/RBoLZza9k5I7wWdEu laurent@silicium";
} }
."${config.networking.hostName}"; ."${osConfig.networking.hostName}";
in { in {
programs.git = { programs.git = {
enable = true; enable = true;