mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Use agenix
This commit is contained in:
parent
63a70bd318
commit
722114295c
16 changed files with 188 additions and 25 deletions
|
@ -67,7 +67,7 @@ homeConfiguration {
|
|||
|
||||
commit.gpgSign = true;
|
||||
gpg.format = "ssh";
|
||||
user.signingKey = "~/.ssh/id_rsa";
|
||||
user.signingKey = "~/.ssh/id";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
]))
|
||||
|
||||
(desktopSystemPackages (with pkgs; [
|
||||
upkgs.agenix
|
||||
|
||||
clang_16
|
||||
clang-tools_16
|
||||
gh
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue