1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Use agenix

This commit is contained in:
RGBCube 2024-01-10 14:38:49 +03:00
parent 63a70bd318
commit 722114295c
No known key found for this signature in database
16 changed files with 188 additions and 25 deletions

View file

@ -67,7 +67,7 @@ homeConfiguration {
commit.gpgSign = true;
gpg.format = "ssh";
user.signingKey = "~/.ssh/id_rsa";
user.signingKey = "~/.ssh/id";
};
};
}

View file

@ -18,6 +18,8 @@
]))
(desktopSystemPackages (with pkgs; [
upkgs.agenix
clang_16
clang-tools_16
gh

View file

@ -8,14 +8,14 @@ desktopHomeConfiguration {
hostname = "5.255.78.70";
user = "rgb";
port = 2222;
identityFile = "~/.ssh/id_rsa";
identityFile = "~/.ssh/id";
};
matchBlocks.robotic = {
hostname = "86.105.252.189";
user = "rgbcube";
port = 2299;
identityFile = "~/.ssh/id_rsa";
identityFile = "~/.ssh/id";
};
};
}