My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[flake] add agenix overlay

dish 528cc7e0 5d5aefd2

+4
+2
.harper-dictionary.txt
··· 2 2 Jellyfin 3 3 Vaultwarden 4 4 nixd 5 + PQ 6 + zaphod
+1
flake.nix
··· 145 145 inherit system; 146 146 overlays = [ 147 147 inputs.self.overlays.openssh-fixperms 148 + inputs.agenix.overlays.default 148 149 inputs.glide.overlays.default 149 150 inputs.golink.overlays.default 150 151 ];
+1
nixosModules/default-config/nixpkgsConfig.nix
··· 6 6 nixpkgs = { 7 7 overlays = [ 8 8 inputs.self.overlays.openssh-fixperms 9 + inputs.agenix.overlays.default 9 10 inputs.glide.overlays.default 10 11 inputs.golink.overlays.default 11 12 ];