Compare commits

..

3 Commits

Author SHA1 Message Date
coolneng 19d084525d
Bump dependencies 2021-12-07 10:54:34 +01:00
coolneng 5a67909017
Rename sshKeyPaths to identityPaths in agenix 2021-12-07 10:53:59 +01:00
coolneng f4ea09f056
Change type of cachix URLs and keys 2021-12-07 10:53:24 +01:00
3 changed files with 14 additions and 15 deletions

View File

@ -93,7 +93,7 @@ with pkgs;
age = { age = {
secrets.wireguard.file = secrets/wireguard.age; secrets.wireguard.file = secrets/wireguard.age;
secrets.syncthing.file = secrets/syncthing.age; secrets.syncthing.file = secrets/syncthing.age;
sshKeyPaths = [ "/etc/ssh/id_ed25519" ]; identityPaths = [ "/etc/ssh/id_ed25519" ];
}; };
# Import other configuration modules # Import other configuration modules

View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1637793790, "lastModified": 1638837456,
"narHash": "sha256-oPXavjxETEWGXq8g7kQHyRLKUmLX2yPtGn+t3V0mrTY=", "narHash": "sha256-WHLOxthAGx/wXw3QUa/lFE3mr6cQtnXfFYZ0DNyYwt4=",
"owner": "ryantm", "owner": "ryantm",
"repo": "agenix", "repo": "agenix",
"rev": "f85eea0e29fa9a8924571d0e398215e175f80d55", "rev": "57806bf7e340f4cae705c91748d4fdf8519293a9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"emacs-overlay": { "emacs-overlay": {
"locked": { "locked": {
"lastModified": 1638177761, "lastModified": 1638842588,
"narHash": "sha256-XqVRQhU0Li07JwgwOPcQOQDFMX7adYYeg4w0m+5oVFc=", "narHash": "sha256-ZTUGWUHQe6Pphdrfnu6JWoGp4HNqFVuQdIPUNeo1IZo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "9f253c38bbebed95dcdc3d0dcb548d344c5eb0b6", "rev": "2f14e98a92505c517a8364c3a5e614592fbea4f4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -37,11 +37,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1638110343, "lastModified": 1638535497,
"narHash": "sha256-hQaow8sGPyUrXgrqgDRsfA+73uR0vms2goTQNxIAaRQ=", "narHash": "sha256-tk5LNbdkUhALp00+r5ZmQ3t7n2d5M7YUQB+MznWvVOg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "942eb9a335b4cd22fa6a7be31c494e53e76f5637", "rev": "c71f061c68ba8ce53471b767d5049cbd0f3d8490",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -3,11 +3,10 @@
nixConfig = { nixConfig = {
extra-substituters = extra-substituters =
[ "https://cachix.cachix.org" "https://nix-community.cachix.org" ]; "https://cachix.cachix.org https://nix-community.cachix.org";
extra-trusted-public-keys = [ extra-trusted-public-keys = ''
"cachix.cachix.org-1:eWNHQldwUO7G2VkjpnjDbWwy4KQ/HNxht7H4SSoMckM=" cachix.cachix.org-1:eWNHQldwUO7G2VkjpnjDbWwy4KQ/HNxht7H4SSoMckM=
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs='';
];
}; };
inputs = { inputs = {