feat: remove dependency on git-crypt

Changed files
+2 -7
.git-crypt
systems
koumakan
networking
security
-4
.git-crypt/.gitattributes
···
-
# Do not edit this file. To specify the files to encrypt, create your own
-
# .gitattributes file in the directory where your files are.
-
* !filter !diff
-
*.gpg binary
.git-crypt/keys/default/0/7595B36DF6C2E95E10E528662932BA0FA3DDD7D6.gpg

This is a binary file and will not be displayed.

-1
.gitattributes
···
-
*.cry filter=git-crypt diff=git-crypt
+1 -1
systems/koumakan/networking/interface.nix
···
{...}: {
-
networking.networkmanager.ethernet.macAddress = builtins.readFile ./nma.cry;
+
networking.networkmanager.ethernet.macAddress = "stable";
}
systems/koumakan/networking/nma.cry

This is a binary file and will not be displayed.

+1 -1
systems/koumakan/security/pam.nix
···
{...}: {
security.pam.yubico = {
enable = true;
-
id = builtins.readFile ./ykid.cry;
+
id = "91582";
mode = "client";
control = "requisite";
};
systems/koumakan/security/ykid.cry

This is a binary file and will not be displayed.