Fix asguard name

This commit is contained in:
soraefir
2026-05-01 21:32:27 +02:00
parent cf9c7f8b80
commit edc764461c
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ in {
(_: { mode = "0400"; })
)
(lib.genAttrs
(map (peer: "${peer}_ssh_pub") ["iriy" "avalon" "asguard" "valinor"])
(map (peer: "${peer}_ssh_pub") ["iriy" "avalon" "asgard" "valinor"])
(_: { mode = "0444"; })
)
];