Compare commits

..

No commits in common. "19d084525dc38ffdc050ee3c68bcae632e3c8f43" and "6a551c2d46c7afd93e0de45892439d041b7f7c5c" have entirely different histories.

3 changed files with 15 additions and 14 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;
identityPaths = [ "/etc/ssh/id_ed25519" ]; sshKeyPaths = [ "/etc/ssh/id_ed25519" ];
}; };
# Import other configuration modules # Import other configuration modules

View File

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

View File

@ -3,10 +3,11 @@
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 = {