meow meow nya

This commit is contained in:
Schrottkatze 2025-10-22 11:32:48 +02:00
commit 9774ba9a73
No known key found for this signature in database
5 changed files with 5 additions and 2 deletions

View file

@ -26,7 +26,7 @@
};
signing = {
format = "ssh";
key = lib.mkDefault "${pkgs.writeText "blue_nk3.pub" "256 SHA256:h7d9+w4uACtz63L/MI7B1oB3fYxh8u+q6bs+SsSTKzY ssh:"}";
key = lib.mkDefault "${pkgs.writeText "blue_nk3.pub" "SHA256:h7d9+w4uACtz63L/MI7B1oB3fYxh8u+q6bs+SsSTKzY ssh:"}";
signByDefault = true;
};
};