Add agenix and secret files
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
i3utils.url = "git+https://git.sr.ht/~dpatterbee/i3utils?ref=main";
|
||||
i3utils.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
@@ -13,6 +16,7 @@
|
||||
|
||||
outputs = {
|
||||
nixpkgs,
|
||||
agenix,
|
||||
home-manager,
|
||||
i3utils,
|
||||
...
|
||||
@@ -39,6 +43,8 @@
|
||||
modules = [
|
||||
./hosts/${hostname}/configuration.nix
|
||||
|
||||
agenix.nixosModule
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
|
||||
Reference in New Issue
Block a user