This commit is contained in:
♥ Minnie ♥ 2024-06-16 23:10:03 +08:00
parent 5a16fd7360
commit a98e863719
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 5 additions and 3 deletions

View file

@ -8,6 +8,10 @@ in
inputs.agenix-rekey.nixosModules.default
];
nixpkgs.overlays = [
inputs.agenix-rekey.overlays.default
];
environment.systemPackages = with pkgs; [
agenix-rekey
];

View file

@ -1,4 +1,4 @@
{ inputs, outputs, ... }:
{ outputs, ... }:
{
imports = [
@ -10,8 +10,6 @@
nixpkgs = {
overlays = [
# Overlays exported from other flakes
inputs.agenix-rekey.overlays.default
# Overlays our own flake exports
outputs.overlays.additions
outputs.overlays.modifications